summaryrefslogtreecommitdiff
path: root/vcl/inc/generic/genpspgraphics.h
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-10-28 04:06:23 +0100
committerThomas Arnhold <thomas@arnhold.org>2013-10-28 15:16:20 +0100
commite22242fddb73f5eadb11f340c314bbc4a6cfe361 (patch)
treeecb44159350783558370b18569b247c3a1d8e224 /vcl/inc/generic/genpspgraphics.h
parent4adf622925e2900ac111e5e60b15e82ba1bf54e0 (diff)
fixincludeguards.sh: vcl
Change-Id: I3858c2152267474afab8e5a72b9f5da0ac623012
Diffstat (limited to 'vcl/inc/generic/genpspgraphics.h')
-rw-r--r--vcl/inc/generic/genpspgraphics.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/inc/generic/genpspgraphics.h b/vcl/inc/generic/genpspgraphics.h
index 636606e85b7a..74ccf65137ee 100644
--- a/vcl/inc/generic/genpspgraphics.h
+++ b/vcl/inc/generic/genpspgraphics.h
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _VCL_GENPSPGRAPHICS_H
-#define _VCL_GENPSPGRAPHICS_H
+#ifndef INCLUDED_VCL_INC_GENERIC_GENPSPGRAPHICS_H
+#define INCLUDED_VCL_INC_GENERIC_GENPSPGRAPHICS_H
#include "vcl/fontmanager.hxx"
@@ -191,6 +191,6 @@ public:
virtual SystemFontData GetSysFontData( int nFallbacklevel ) const;
};
-#endif // _VCL_GENPSPGRAPHICS_H
+#endif // INCLUDED_VCL_INC_GENERIC_GENPSPGRAPHICS_H
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */