summaryrefslogtreecommitdiffstats
path: root/writerfilter/source/dmapper/GraphicImport.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'writerfilter/source/dmapper/GraphicImport.hxx')
-rw-r--r--writerfilter/source/dmapper/GraphicImport.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/writerfilter/source/dmapper/GraphicImport.hxx b/writerfilter/source/dmapper/GraphicImport.hxx
index 9ea3984db23b..d1030b983d82 100644
--- a/writerfilter/source/dmapper/GraphicImport.hxx
+++ b/writerfilter/source/dmapper/GraphicImport.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_WRITERFILTER_SOURCE_DMAPPER_GRAPHICIMPORT_HXX
-#define INCLUDED_WRITERFILTER_SOURCE_DMAPPER_GRAPHICIMPORT_HXX
+#pragma once
#include <queue>
#include <memory>
@@ -131,6 +130,4 @@ typedef tools::SvRef<GraphicImport> GraphicImportPtr;
}
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */