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