summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vcl/source/filter/idxf/dxf2mtf.hxx7
-rw-r--r--vcl/source/filter/idxf/dxfblkrd.hxx6
-rw-r--r--vcl/source/filter/idxf/dxfentrd.hxx6
3 files changed, 3 insertions, 16 deletions
diff --git a/vcl/source/filter/idxf/dxf2mtf.hxx b/vcl/source/filter/idxf/dxf2mtf.hxx
index d8a935b51bdf..94aef498821e 100644
--- a/vcl/source/filter/idxf/dxf2mtf.hxx
+++ b/vcl/source/filter/idxf/dxf2mtf.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_FILTER_SOURCE_GRAPHICFILTER_IDXF_DXF2MTF_HXX
-#define INCLUDED_FILTER_SOURCE_GRAPHICFILTER_IDXF_DXF2MTF_HXX
+#pragma once
#include <sal/config.h>
@@ -112,8 +111,4 @@ public:
};
-
-#endif
-
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/vcl/source/filter/idxf/dxfblkrd.hxx b/vcl/source/filter/idxf/dxfblkrd.hxx
index ca0a0e68aa54..25565f0c2a72 100644
--- a/vcl/source/filter/idxf/dxfblkrd.hxx
+++ b/vcl/source/filter/idxf/dxfblkrd.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_FILTER_SOURCE_GRAPHICFILTER_IDXF_DXFBLKRD_HXX
-#define INCLUDED_FILTER_SOURCE_GRAPHICFILTER_IDXF_DXFBLKRD_HXX
+#pragma once
#include <sal/config.h>
@@ -77,7 +76,4 @@ public:
};
-#endif
-
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/vcl/source/filter/idxf/dxfentrd.hxx b/vcl/source/filter/idxf/dxfentrd.hxx
index 85dbf7dd06b1..c4cf22fac0f9 100644
--- a/vcl/source/filter/idxf/dxfentrd.hxx
+++ b/vcl/source/filter/idxf/dxfentrd.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_FILTER_SOURCE_GRAPHICFILTER_IDXF_DXFENTRD_HXX
-#define INCLUDED_FILTER_SOURCE_GRAPHICFILTER_IDXF_DXFENTRD_HXX
+#pragma once
#include "dxfgrprd.hxx"
#include "dxfvec.hxx"
@@ -532,7 +531,4 @@ public:
// deletes all entities
};
-#endif
-
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */