summaryrefslogtreecommitdiff
path: root/emfio
diff options
context:
space:
mode:
authorHarshita Nag <nagharshita16@gmail.com>2022-10-24 23:04:37 +0530
committerIlmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>2022-11-08 20:30:47 +0100
commitddb8a1a282aae74c1cee3a5e1f446abd0c00b116 (patch)
tree314e7fd0f948caf23a84bd2f5ce63dc025b72ea0 /emfio
parent0c79a2df8bf3e07933e9dd399bd88e0f0428dee3 (diff)
tdf#143148 Use pragma once instead of include guards
Change-Id: I8a91edb86edd76b70648507f12b18d9e923ab16e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141774 Tested-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> Tested-by: Jenkins
Diffstat (limited to 'emfio')
-rw-r--r--emfio/inc/wmfreader.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/emfio/inc/wmfreader.hxx b/emfio/inc/wmfreader.hxx
index 5c6979550ef4..a6d6a05bd9a7 100644
--- a/emfio/inc/wmfreader.hxx
+++ b/emfio/inc/wmfreader.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_EMFIO_INC_WMFREADER_HXX
-#define INCLUDED_EMFIO_INC_WMFREADER_HXX
+#pragma once
#include "mtftools.hxx"
#include <tools/stream.hxx>
@@ -77,6 +76,4 @@ namespace emfio
};
}
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */