summaryrefslogtreecommitdiff
path: root/vcl/source
diff options
context:
space:
mode:
authorBogdan B <buzea.bogdan@libreoffice.org>2022-11-21 20:02:38 +0100
committerIlmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>2022-11-22 09:24:41 +0100
commit70987cc656f0cded915be5aa148f265a257ec791 (patch)
tree4f84e8fa17cbdd98b7d28e2e52ca6e33f3721150 /vcl/source
parent66e48719c0a58508d75c0204531513541ae6db09 (diff)
tdf#143148 Use pragma once instead of include guards
Change-Id: I2651182be3f06666686930996834559001e114c9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/143057 Tested-by: Jenkins Tested-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Diffstat (limited to 'vcl/source')
-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: */