From 961f8bdce4f81d56922670bcde3c0cd0238811d5 Mon Sep 17 00:00:00 2001 From: lynn_edem Date: Sat, 2 Nov 2024 22:53:19 +0100 Subject: [PATCH] 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 Tested-by: Jenkins --- include/framework/framelistanalyzer.hxx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 #include @@ -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: */