include/framework/framelistanalyzer.hxx |    4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

New commits:
commit 961f8bdce4f81d56922670bcde3c0cd0238811d5
Author:     lynn_edem <m.edem27...@gmail.com>
AuthorDate: Sat Nov 2 22:53:19 2024 +0100
Commit:     Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org>
CommitDate: Sun Nov 3 11:05:46 2024 +0100

    tdf#143148 Use #pragma once instead of include guards
    
    Change-Id: I3ff0f661a3b4109b79ec13dad4e3472378048ec7
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/175705
    Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org>
    Tested-by: Jenkins

diff --git a/include/framework/framelistanalyzer.hxx 
b/include/framework/framelistanalyzer.hxx
index df47f90b288a..f5d43ca46369 100644
--- a/include/framework/framelistanalyzer.hxx
+++ b/include/framework/framelistanalyzer.hxx
@@ -17,8 +17,7 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
-#ifndef INCLUDED_FRAMEWORK_FRAMELISTANALYZER_HXX
-#define INCLUDED_FRAMEWORK_FRAMELISTANALYZER_HXX
+#pragma once
 
 #include <config_options.h>
 #include <framework/fwkdllapi.h>
@@ -199,6 +198,5 @@ class UNLESS_MERGELIBS(FWK_DLLPUBLIC) FrameListAnalyzer 
final
 
 } // namespace framework
 
-#endif // INCLUDED_FRAMEWORK_FRAMELISTANALYZER_HXX
 
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */

Reply via email to