summaryrefslogtreecommitdiff
path: root/emfio/inc
diff options
context:
space:
mode:
authorUday Sharma <itsudayy@gmail.com>2023-02-11 23:04:38 +0530
committerIlmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>2023-03-16 09:25:32 +0000
commit0d8d0fb8932652f182c46805d5cf3ae7f6ebadd5 (patch)
treebed8bf4755e21466e23bb3585819349c088f77d7 /emfio/inc
parentc7aee57724828c4b9d67deb930f09c494ff4d811 (diff)
tdf#143148: Use pragma once instead of include guards
Change-Id: I6898acbf7c6c9de45bbfa6a32202acf302f92caa Reviewed-on: https://gerrit.libreoffice.org/c/core/+/146822 Tested-by: Jenkins Tested-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Diffstat (limited to 'emfio/inc')
-rw-r--r--emfio/inc/emfreader.hxx6
-rw-r--r--emfio/inc/mtftools.hxx6
2 files changed, 2 insertions, 10 deletions
diff --git a/emfio/inc/emfreader.hxx b/emfio/inc/emfreader.hxx
index a09ad6fa2c20..4893a45733af 100644
--- a/emfio/inc/emfreader.hxx
+++ b/emfio/inc/emfreader.hxx
@@ -16,9 +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_EMFIO_INC_EMFREADER_HXX
-#define INCLUDED_EMFIO_INC_EMFREADER_HXX
+#pragma once
#include "mtftools.hxx"
@@ -63,6 +61,4 @@ namespace emfio
};
}
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/emfio/inc/mtftools.hxx b/emfio/inc/mtftools.hxx
index 26e2d8cca088..b2237736869b 100644
--- a/emfio/inc/mtftools.hxx
+++ b/emfio/inc/mtftools.hxx
@@ -16,9 +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_EMFIO_INC_MTFTOOLS_HXX
-#define INCLUDED_EMFIO_INC_MTFTOOLS_HXX
+#pragma once
#include <config_options.h>
#include <basegfx/utils/b2dclipstate.hxx>
@@ -838,6 +836,4 @@ namespace emfio
};
}
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */