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 <hossein@libreoffice.org>
This commit is contained in:
Mahdyar M. M. Sadeghi 2022-06-22 19:41:23 +04:30 committed by Hossein
parent 7e134e4e80
commit 073b1aeb8c

View file

@ -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: */