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:
parent
7e134e4e80
commit
073b1aeb8c
1 changed files with 1 additions and 4 deletions
|
@ -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: */
|
||||
|
|
Loading…
Reference in a new issue