From 837d52dbc296526f65e16b458152414059abd782 Mon Sep 17 00:00:00 2001 From: Nalini Prasad Dash Date: Tue, 4 Oct 2022 20:54:26 +0530 Subject: 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 Reviewed-by: Ilmari Lauhakangas --- writerperfect/source/writer/EBookImportFilter.hxx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'writerperfect') 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 @@ -39,6 +37,4 @@ private: utl::MediaDescriptor& rDescriptor) override; }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit