writerperfect/source/writer/EBookImportFilter.hxx |    6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

New commits:
commit 837d52dbc296526f65e16b458152414059abd782
Author:     Nalini Prasad Dash <nalinid...@protonmail.ch>
AuthorDate: Tue Oct 4 20:54:26 2022 +0530
Commit:     Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org>
CommitDate: Wed Oct 5 11:48:40 2022 +0200

    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.lauhakan...@libreoffice.org>
    Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org>

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: */

Reply via email to