summaryrefslogtreecommitdiffstats
path: root/vcl/source/fontsubset/ttcr.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/fontsubset/ttcr.hxx')
-rw-r--r--vcl/source/fontsubset/ttcr.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/source/fontsubset/ttcr.hxx b/vcl/source/fontsubset/ttcr.hxx
index cbe3b152be7a..da9932c0600d 100644
--- a/vcl/source/fontsubset/ttcr.hxx
+++ b/vcl/source/fontsubset/ttcr.hxx
@@ -24,8 +24,8 @@
* @author Alexander Gelfenbain
*/
-#ifndef __TTCR_H
-#define __TTCR_H
+#ifndef INCLUDED_VCL_SOURCE_FONTSUBSET_TTCR_HXX
+#define INCLUDED_VCL_SOURCE_FONTSUBSET_TTCR_HXX
#include "sft.hxx"
@@ -250,6 +250,6 @@ extern "C"
void TrueTypeCreatorDispose(vcl::TrueTypeCreator *_this);
}
-#endif /* __TTCR_H */
+#endif // INCLUDED_VCL_SOURCE_FONTSUBSET_TTCR_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */