summaryrefslogtreecommitdiff
path: root/filter/source/graphicfilter/icgm/cgmtypes.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'filter/source/graphicfilter/icgm/cgmtypes.hxx')
-rw-r--r--filter/source/graphicfilter/icgm/cgmtypes.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/filter/source/graphicfilter/icgm/cgmtypes.hxx b/filter/source/graphicfilter/icgm/cgmtypes.hxx
index e78d2757a8d3..5b7def212842 100644
--- a/filter/source/graphicfilter/icgm/cgmtypes.hxx
+++ b/filter/source/graphicfilter/icgm/cgmtypes.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_FILTER_SOURCE_GRAPHICFILTER_ICGM_CGMTYPES_HXX
-#define INCLUDED_FILTER_SOURCE_GRAPHICFILTER_ICGM_CGMTYPES_HXX
+#pragma once
#include <tools/long.hxx>
@@ -125,6 +124,4 @@ enum FillInteriorStyle { FIS_HOLLOW = 0, FIS_SOLID = 1, FIS_PATTERN = 2, FIS_HA
FIS_INTERPOLATED = 6, FIS_GRADIENT = 7 };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */