summaryrefslogtreecommitdiff
path: root/xmloff/inc
diff options
context:
space:
mode:
authorAml-Hassan-Abd-El-hamid <aml.hassan.esmil@gmail.com>2023-10-17 07:42:13 +0300
committerIlmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>2023-10-19 06:39:35 +0200
commite0fd924cb3446f2c707ea173adc5b1aa81ac81c5 (patch)
treeb07467697e8afa04b23d48e8e4914ce4824d76f9 /xmloff/inc
parentb83f069101f1e6d8aaac09a805f02bbc4c619e7a (diff)
tdf#143148 Use pragma once instead of include guards
Change-Id: I6f6f69cc97fada3ca3bbdead24c10f9099ff28b2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158068 Tested-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Diffstat (limited to 'xmloff/inc')
-rw-r--r--xmloff/inc/XMLEmbeddedObjectExportFilter.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/xmloff/inc/XMLEmbeddedObjectExportFilter.hxx b/xmloff/inc/XMLEmbeddedObjectExportFilter.hxx
index c21321321af6..cfbe5d9e7572 100644
--- a/xmloff/inc/XMLEmbeddedObjectExportFilter.hxx
+++ b/xmloff/inc/XMLEmbeddedObjectExportFilter.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef XMLOFF_INC_XMLEMBEDDEDOBJECTEXPORTFILTER_HXX
-#define XMLOFF_INC_XMLEMBEDDEDOBJECTEXPORTFILTER_HXX
+#pragma once
#include <com/sun/star/xml/sax/XExtendedDocumentHandler.hpp>
#include <com/sun/star/lang/XInitialization.hpp>
@@ -66,6 +65,4 @@ public:
};
-#endif // XMLOFF_INC_XMLEMBEDDEDOBJECTEXPORTFILTER_HXX
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */