summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/basic/sbx.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/basic/sbx.hxx b/include/basic/sbx.hxx
index 7997f53ef422..53f9d1b0760d 100644
--- a/include/basic/sbx.hxx
+++ b/include/basic/sbx.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_BASIC_SBX_HXX
-#define INCLUDED_BASIC_SBX_HXX
+#pragma once
#include <config_options.h>
#include <tools/ref.hxx>
@@ -208,6 +207,4 @@ typedef tools::SvRef<SbxArray> SbxArrayRef;
typedef tools::SvRef<SbxInfo> SbxInfoRef;
typedef tools::SvRef<SbxDimArray> SbxDimArrayRef;
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */