summaryrefslogtreecommitdiff
path: root/basic/inc/sbxbase.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'basic/inc/sbxbase.hxx')
-rw-r--r--basic/inc/sbxbase.hxx5
1 files changed, 1 insertions, 4 deletions
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 <sal/config.h>
@@ -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: */