summaryrefslogtreecommitdiff
path: root/extensions/source/scanner/grid.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/scanner/grid.hxx')
-rw-r--r--extensions/source/scanner/grid.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/extensions/source/scanner/grid.hxx b/extensions/source/scanner/grid.hxx
index 51345cca5917..1f3a0f191cca 100644
--- a/extensions/source/scanner/grid.hxx
+++ b/extensions/source/scanner/grid.hxx
@@ -16,8 +16,7 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_EXTENSIONS_SOURCE_SCANNER_GRID_HXX
-#define INCLUDED_EXTENSIONS_SOURCE_SCANNER_GRID_HXX
+#pragma once
#include <vcl/customweld.hxx>
#include <vcl/weld.hxx>
@@ -49,6 +48,4 @@ public:
double* getNewYValues();
};
-#endif // INCLUDED_EXTENSIONS_SOURCE_SCANNER_GRID_HXX
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */