include/toolkit/awt/vclxfont.hxx |    6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

New commits:
commit 78ef285661c9f936c2bf2fa832c3aec7bbb1760a
Author:     Michael Weghorn <[email protected]>
AuthorDate: Wed Dec 4 12:24:46 2024 +0100
Commit:     Michael Weghorn <[email protected]>
CommitDate: Wed Dec 4 20:44:00 2024 +0100

    Use '#pragma once' in vclxfont.hxx
    
    Change-Id: I445ec8a08c6622c681e459efc2dd2afbf74dd78e
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/177794
    Reviewed-by: Michael Weghorn <[email protected]>
    Tested-by: Jenkins

diff --git a/include/toolkit/awt/vclxfont.hxx b/include/toolkit/awt/vclxfont.hxx
index c3276de03c9f..16f349038287 100644
--- a/include/toolkit/awt/vclxfont.hxx
+++ b/include/toolkit/awt/vclxfont.hxx
@@ -17,8 +17,7 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
-#ifndef INCLUDED_TOOLKIT_AWT_VCLXFONT_HXX
-#define INCLUDED_TOOLKIT_AWT_VCLXFONT_HXX
+#pragma once
 
 #include <config_options.h>
 #include <memory>
@@ -67,7 +66,4 @@ public:
     sal_Bool                                        SAL_CALL hasGlyphs( const 
OUString& aText ) override;
 };
 
-
-#endif // INCLUDED_TOOLKIT_AWT_VCLXFONT_HXX
-
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */

Reply via email to