vcl/source/fontsubset/xlat.hxx |    5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

New commits:
commit 073b1aeb8c02500b8cf8844a1ac774a693e0d39f
Author:     Mahdyar M. M. Sadeghi <mahd...@yahoo.co.uk>
AuthorDate: Wed Jun 22 19:41:23 2022 +0430
Commit:     Hossein <hoss...@libreoffice.org>
CommitDate: Fri Jun 24 08:11:20 2022 +0200

    tdf#143148 Use pragma once instead of include guards
    
    Change-Id: I8d42e4873a5cce88f2d8c3a471894c4b990890ab
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/136289
    Tested-by: Jenkins
    Reviewed-by: Hossein <hoss...@libreoffice.org>

diff --git a/vcl/source/fontsubset/xlat.hxx b/vcl/source/fontsubset/xlat.hxx
index 61e8534b1ae5..89eba1b7f460 100644
--- a/vcl/source/fontsubset/xlat.hxx
+++ b/vcl/source/fontsubset/xlat.hxx
@@ -19,8 +19,7 @@
 
 /*|     Author: Alexander Gelfenbain                    |*/
 
-#ifndef INCLUDED_VCL_SOURCE_FONTSUBSET_XLAT_HXX
-#define INCLUDED_VCL_SOURCE_FONTSUBSET_XLAT_HXX
+#pragma once
 
 #include <sal/types.h>
 
@@ -35,6 +34,4 @@ sal_uInt16 TranslateChar15(sal_uInt16);
 sal_uInt16 TranslateChar16(sal_uInt16);
 }
 
-#endif // INCLUDED_VCL_SOURCE_FONTSUBSET_XLAT_HXX
-
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */

Reply via email to