toolkit/inc/helper/unowrapper.hxx |    5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

New commits:
commit c58495761fdc59ffcc22ba1aa8a3cdaf00d3c4f9
Author:     Teemu Pöytäniemi <[email protected]>
AuthorDate: Sun Aug 31 12:57:10 2025 +0300
Commit:     Ilmari Lauhakangas <[email protected]>
CommitDate: Sun Aug 31 17:13:02 2025 +0200

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

diff --git a/toolkit/inc/helper/unowrapper.hxx 
b/toolkit/inc/helper/unowrapper.hxx
index 320d2e6b6d33..06988a6a5b3c 100644
--- a/toolkit/inc/helper/unowrapper.hxx
+++ b/toolkit/inc/helper/unowrapper.hxx
@@ -17,8 +17,7 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
-#ifndef INCLUDED_TOOLKIT_INC_HELPER_UNOWRAPPER_HXX
-#define INCLUDED_TOOLKIT_INC_HELPER_UNOWRAPPER_HXX
+#pragma once
 
 #include <com/sun/star/awt/XToolkit.hpp>
 #include <com/sun/star/awt/XGraphics.hpp>
@@ -60,6 +59,4 @@ private:
     ~UnoWrapper();
 };
 
-#endif // INCLUDED_TOOLKIT_INC_HELPER_UNOWRAPPER_HXX
-
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */

Reply via email to