summaryrefslogtreecommitdiffstats
path: root/vcl/source/fontsubset/gsub.h
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/fontsubset/gsub.h')
-rw-r--r--vcl/source/fontsubset/gsub.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/source/fontsubset/gsub.h b/vcl/source/fontsubset/gsub.h
index 6eb898300ef0..66ac7bc3a77f 100644
--- a/vcl/source/fontsubset/gsub.h
+++ b/vcl/source/fontsubset/gsub.h
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _PSP_GSUB_H
-#define _PSP_GSUB_H
+#ifndef INCLUDED_VCL_SOURCE_FONTSUBSET_GSUB_H
+#define INCLUDED_VCL_SOURCE_FONTSUBSET_GSUB_H
namespace vcl
{
@@ -33,6 +33,6 @@ void ReleaseGSUB( struct vcl::_TrueTypeFont* pTTFile );
}
-#endif /* _PSP_GSUB_H */
+#endif // INCLUDED_VCL_SOURCE_FONTSUBSET_GSUB_H
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */