summaryrefslogtreecommitdiff
path: root/basic/source/inc/runtime.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'basic/source/inc/runtime.hxx')
-rw-r--r--basic/source/inc/runtime.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/basic/source/inc/runtime.hxx b/basic/source/inc/runtime.hxx
index 65be051e704f..030b9c2041db 100644
--- a/basic/source/inc/runtime.hxx
+++ b/basic/source/inc/runtime.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_BASIC_SOURCE_INC_RUNTIME_HXX
-#define INCLUDED_BASIC_SOURCE_INC_RUNTIME_HXX
+#pragma once
#include <basic/sberrors.hxx>
#include <basic/sbmeth.hxx>
@@ -416,6 +415,4 @@ bool IsBaseIndexOne();
void removeDimAsNewRecoverItem( SbxVariable* pVar );
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */