summaryrefslogtreecommitdiff
path: root/vcl/inc
diff options
context:
space:
mode:
authorBogdan Buzea <buzea.bogdan@libreoffice.org>2023-09-21 17:35:18 +0300
committerJulien Nabet <serval2412@yahoo.fr>2023-09-22 08:48:04 +0200
commit0f2918c25daab25cd0721d69f0506fe04456262d (patch)
tree5fe329f2fb1d7fc1cdefdc48d4c63c940b006a88 /vcl/inc
parent652ab50ce18d0ce7fa1209e6bcf3b10ac5c9a933 (diff)
tdf#143148: Use pragma once instead of include guards
Change-Id: I3f0c0b4e9004c45e8f1d12065a322b7a91b09150 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/157152 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'vcl/inc')
-rw-r--r--vcl/inc/fontsubset.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/vcl/inc/fontsubset.hxx b/vcl/inc/fontsubset.hxx
index 1b218ed2e389..beec3f2fb55d 100644
--- a/vcl/inc/fontsubset.hxx
+++ b/vcl/inc/fontsubset.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_VCL_INC_FONTSUBSET_HXX
-#define INCLUDED_VCL_INC_FONTSUBSET_HXX
+#pragma once
#include <rtl/ustring.hxx>
#include <tools/gen.hxx>
@@ -88,6 +87,4 @@ private:
int VCL_DLLPUBLIC TestFontSubset(const void* data, sal_uInt32 size);
-#endif // INCLUDED_VCL_INC_FONTSUBSET_HXX
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */