emfio/inc/emfiodllapi.h |    5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

New commits:
commit 27f3ac1d747d05f0a08d95766ee84a05c23bad6d
Author:     Misha <[email protected]>
AuthorDate: Thu Nov 6 01:09:17 2025 +0200
Commit:     Ilmari Lauhakangas <[email protected]>
CommitDate: Thu Nov 6 11:40:25 2025 +0100

    tdf#143148: Use pragma once instead of include guards in emfio
    
    Change-Id: I8aaee83dd43c8574a5332341cc3dd30f679887d5
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/193500
    Tested-by: Jenkins
    Reviewed-by: Ilmari Lauhakangas <[email protected]>

diff --git a/emfio/inc/emfiodllapi.h b/emfio/inc/emfiodllapi.h
index af672949d434..2a25a77225b1 100644
--- a/emfio/inc/emfiodllapi.h
+++ b/emfio/inc/emfiodllapi.h
@@ -17,8 +17,7 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
-#ifndef INCLUDED_EMFIO_INC_EMFIODLLAPI_H
-#define INCLUDED_EMFIO_INC_EMFIODLLAPI_H
+#pragma once
 
 #include <sal/types.h>
 
@@ -28,6 +27,4 @@
 #define EMFIO_DLLPUBLIC SAL_DLLPUBLIC_IMPORT
 #endif
 
-#endif // INCLUDED_EMFIO_INC_EMFIODLLAPI_H
-
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */

Reply via email to