summaryrefslogtreecommitdiff
path: root/vcl/source/fontsubset/ttcr.hxx
diff options
context:
space:
mode:
authorMahdi Tizabi <m.m.mozaffart@gmail.com>2022-06-25 11:27:16 +0430
committerHossein <hossein@libreoffice.org>2022-06-30 16:18:46 +0200
commit5cbbbe559ea37b10f276b5a6231c9cc26f8bee12 (patch)
tree83d112e7024cf1c96252144330159141e310974d /vcl/source/fontsubset/ttcr.hxx
parent478154f172630fee5467be03f099a11427173166 (diff)
tdf#143148 Use pragma once in vcl part
Change-Id: Idf48a2ee9909abb7817b37a546b5a94b13324068 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/136437 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Jenkins
Diffstat (limited to 'vcl/source/fontsubset/ttcr.hxx')
-rw-r--r--vcl/source/fontsubset/ttcr.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/vcl/source/fontsubset/ttcr.hxx b/vcl/source/fontsubset/ttcr.hxx
index 76709e5dcb17..4ae1eebed8db 100644
--- a/vcl/source/fontsubset/ttcr.hxx
+++ b/vcl/source/fontsubset/ttcr.hxx
@@ -22,8 +22,7 @@
* @brief TrueType font creator
*/
-#ifndef INCLUDED_VCL_SOURCE_FONTSUBSET_TTCR_HXX
-#define INCLUDED_VCL_SOURCE_FONTSUBSET_TTCR_HXX
+#pragma once
#include <sft.hxx>
@@ -215,6 +214,4 @@ extern "C"
void TrueTypeCreatorDispose(vcl::TrueTypeCreator *_this);
}
-#endif // INCLUDED_VCL_SOURCE_FONTSUBSET_TTCR_HXX
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */