vcl/inc/skia/osx/gdiimpl.hxx |    5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

New commits:
commit 6d0bcc1a14ade7d37f75599246fc4523255722b6
Author:     Rahul Anand <rahul.anand1222...@gmail.com>
AuthorDate: Sun Feb 9 13:08:37 2025 +0530
Commit:     Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org>
CommitDate: Sat Feb 15 08:01:32 2025 +0100

    tdf#143148: Use pragma once instead of include guards
    
    Change-Id: Idb6d6c2aa9fa81cbae35b35b4aa2d0908efa1796
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/181309
    Tested-by: Jenkins
    Reviewed-by: Simon Chenery <simon_chen...@yahoo.com>
    Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org>

diff --git a/vcl/inc/skia/osx/gdiimpl.hxx b/vcl/inc/skia/osx/gdiimpl.hxx
index 2bd5a308b523..6e1656e59f1c 100644
--- a/vcl/inc/skia/osx/gdiimpl.hxx
+++ b/vcl/inc/skia/osx/gdiimpl.hxx
@@ -7,8 +7,7 @@
  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
  */
 
-#ifndef INCLUDED_VCL_INC_SKIA_OSX_GDIIMPL_HXX
-#define INCLUDED_VCL_INC_SKIA_OSX_GDIIMPL_HXX
+#pragma once
 
 #include <vcl/dllapi.h>
 
@@ -52,6 +51,4 @@ private:
     static inline sk_sp<SkFontMgr> fontManager;
 };
 
-#endif // INCLUDED_VCL_INC_SKIA_OSX_GDIIMPL_HXX
-
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */

Reply via email to