summaryrefslogtreecommitdiff
path: root/basic/source/inc/basiccharclass.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'basic/source/inc/basiccharclass.hxx')
-rw-r--r--basic/source/inc/basiccharclass.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/basic/source/inc/basiccharclass.hxx b/basic/source/inc/basiccharclass.hxx
index 3b8109b89192..e58b71c1a2c6 100644
--- a/basic/source/inc/basiccharclass.hxx
+++ b/basic/source/inc/basiccharclass.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_BASIC_SOURCE_INC_BASICCHARCLASS_HXX
-#define INCLUDED_BASIC_SOURCE_INC_BASICCHARCLASS_HXX
+#pragma once
#include <sal/types.h>
@@ -31,6 +30,4 @@ namespace BasicCharClass
bool isWhitespace( sal_Unicode c );
};
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */