From 073b1aeb8c02500b8cf8844a1ac774a693e0d39f Mon Sep 17 00:00:00 2001 From: "Mahdyar M. M. Sadeghi" Date: Wed, 22 Jun 2022 19:41:23 +0430 Subject: [PATCH] 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 --- vcl/source/fontsubset/xlat.hxx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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 @@ -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: */