summaryrefslogtreecommitdiff
path: root/writerperfect/source
diff options
context:
space:
mode:
authorNalini Prasad Dash <nalinidash@protonmail.ch>2022-10-04 20:54:26 +0530
committerIlmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>2022-10-05 11:48:40 +0200
commit837d52dbc296526f65e16b458152414059abd782 (patch)
treeef2b750152463fefe5e1bb27acc4dc1e6580dae5 /writerperfect/source
parent379ea0bb9e4836b212e004fd93abfc8067ec8929 (diff)
tdf#143148 Use pragma once instead of include guards
Change-Id: Ib3b4a98560c278965a1e671171e1a84f600f09bb Reviewed-on: https://gerrit.libreoffice.org/c/core/+/140948 Tested-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Diffstat (limited to 'writerperfect/source')
-rw-r--r--writerperfect/source/writer/EBookImportFilter.hxx6
1 files changed, 1 insertions, 5 deletions
diff --git a/writerperfect/source/writer/EBookImportFilter.hxx b/writerperfect/source/writer/EBookImportFilter.hxx
index 9ebdc9234a88..13307321b029 100644
--- a/writerperfect/source/writer/EBookImportFilter.hxx
+++ b/writerperfect/source/writer/EBookImportFilter.hxx
@@ -6,9 +6,7 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
-
-#ifndef EBOOKIMPORTFILTER_HXX
-#define EBOOKIMPORTFILTER_HXX
+#pragma once
#include <com/sun/star/uno/XComponentContext.hpp>
@@ -39,6 +37,4 @@ private:
utl::MediaDescriptor& rDescriptor) override;
};
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */