summaryrefslogtreecommitdiffstats
path: root/vcl/inc/fontcache.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/fontcache.hxx')
-rw-r--r--vcl/inc/fontcache.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/inc/fontcache.hxx b/vcl/inc/fontcache.hxx
index a2b5b8a721b3..d70b641695dd 100644
--- a/vcl/inc/fontcache.hxx
+++ b/vcl/inc/fontcache.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _PSPRINT_FONTCACHE_HXX
-#define _PSPRINT_FONTCACHE_HXX
+#ifndef INCLUDED_VCL_INC_FONTCACHE_HXX
+#define INCLUDED_VCL_INC_FONTCACHE_HXX
#include <rtl/ustring.hxx>
#include <vcl/dllapi.h>
@@ -84,6 +84,6 @@ public:
} // namespace psp
-#endif // _PSPRINT_FONTCACHE_HXX
+#endif // INCLUDED_VCL_INC_FONTCACHE_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */