From cf39ee6cbfed2ec6e82c136712910bf3f4954bdf Mon Sep 17 00:00:00 2001 From: JaxkDev Date: Wed, 23 Oct 2024 16:52:14 +0100 Subject: tdf#143148 Use #pragma once instead of include guards Few more files converted to #pragma once convention, plenty more in sw/inc (~150) Change-Id: I5f5a2604f0fe879a6318e5d174653057a53f9af2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/175511 Tested-by: Jenkins Reviewed-by: Ilmari Lauhakangas --- sw/inc/breakit.hxx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'sw/inc/breakit.hxx') diff --git a/sw/inc/breakit.hxx b/sw/inc/breakit.hxx index d21fb85bce45..64e63aa3a8e2 100644 --- a/sw/inc/breakit.hxx +++ b/sw/inc/breakit.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_SW_INC_BREAKIT_HXX -#define INCLUDED_SW_INC_BREAKIT_HXX +#pragma once #include #include @@ -124,6 +123,4 @@ public: // @@@ backward compatibility @@@ SW_DLLPUBLIC extern SwBreakIt* g_pBreakIt; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit