summaryrefslogtreecommitdiff
path: root/basic/source/inc/scanner.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'basic/source/inc/scanner.hxx')
-rw-r--r--basic/source/inc/scanner.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/basic/source/inc/scanner.hxx b/basic/source/inc/scanner.hxx
index 9b03b0adc568..339b4421b829 100644
--- a/basic/source/inc/scanner.hxx
+++ b/basic/source/inc/scanner.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_BASIC_SOURCE_INC_SCANNER_HXX
-#define INCLUDED_BASIC_SOURCE_INC_SCANNER_HXX
+#pragma once
#include <basic/sbxdef.hxx>
#include <vcl/errcode.hxx>
@@ -91,6 +90,4 @@ public:
double GetDbl() const { return nVal; }
};
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */