diff options
-rw-r--r-- | writerperfect/source/writer/EBookImportFilter.hxx | 6 |
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: */ |