summaryrefslogtreecommitdiffstats
path: root/vcl/source/fontsubset/xlat.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/fontsubset/xlat.hxx')
-rw-r--r--vcl/source/fontsubset/xlat.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/source/fontsubset/xlat.hxx b/vcl/source/fontsubset/xlat.hxx
index d7003dd8a300..2eb67832aeb5 100644
--- a/vcl/source/fontsubset/xlat.hxx
+++ b/vcl/source/fontsubset/xlat.hxx
@@ -20,8 +20,8 @@
/*| Author: Alexander Gelfenbain |*/
-#ifndef __XLAT_H
-#define __XLAT_H
+#ifndef INCLUDED_VCL_SOURCE_FONTSUBSET_XLAT_HXX
+#define INCLUDED_VCL_SOURCE_FONTSUBSET_XLAT_HXX
//####include "sft.hxx"
@@ -42,6 +42,6 @@ namespace vcl
void TranslateString16(sal_uInt16 *, sal_uInt16 *, sal_uInt32);
}
-#endif /* __XLAT_H */
+#endif // INCLUDED_VCL_SOURCE_FONTSUBSET_XLAT_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */