xmloff/inc/XMLEmbeddedObjectExportFilter.hxx |    5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

New commits:
commit e0fd924cb3446f2c707ea173adc5b1aa81ac81c5
Author:     Aml-Hassan-Abd-El-hamid <aml.hassan.es...@gmail.com>
AuthorDate: Tue Oct 17 07:42:13 2023 +0300
Commit:     Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org>
CommitDate: Thu Oct 19 06:39:35 2023 +0200

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

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

Reply via email to