From fb4ddf2fc997f3b0c193b6dce22a0b1313f24240 Mon Sep 17 00:00:00 2001 From: George Bateman Date: Tue, 4 Aug 2020 21:07:00 +0000 Subject: tdf#124176 Use #pragma once in basic This commit was carried out by a Python script, source of which is at https://bugs.documentfoundation.org/show_bug.cgi?id=124176#c97. Change-Id: Ief7f29d8efaa3d6ac417080f3147a087844621a0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100128 Tested-by: Jenkins Reviewed-by: Julien Nabet --- basic/inc/sbxbase.hxx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'basic/inc/sbxbase.hxx') diff --git a/basic/inc/sbxbase.hxx b/basic/inc/sbxbase.hxx index a1f5a2c7dffb..40255c485a8f 100644 --- a/basic/inc/sbxbase.hxx +++ b/basic/inc/sbxbase.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_BASIC_INC_SBXBASE_HXX -#define INCLUDED_BASIC_INC_SBXBASE_HXX +#pragma once #include @@ -57,6 +56,4 @@ SbxAppData& GetSbxData_Impl(); /** returns true if the SbxAppData is still valid, used to check if we are in shutdown. */ bool IsSbxData_Impl(); -#endif // INCLUDED_BASIC_INC_SBXBASE_HXX - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit