summaryrefslogtreecommitdiffstats
path: root/vcl/generic
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/generic')
-rw-r--r--vcl/generic/glyphs/gcach_ftyp.hxx6
-rw-r--r--vcl/generic/print/glyphset.hxx4
-rw-r--r--vcl/generic/print/psputil.hxx6
3 files changed, 8 insertions, 8 deletions
diff --git a/vcl/generic/glyphs/gcach_ftyp.hxx b/vcl/generic/glyphs/gcach_ftyp.hxx
index e2527b316b08..f4abb2fb886b 100644
--- a/vcl/generic/glyphs/gcach_ftyp.hxx
+++ b/vcl/generic/glyphs/gcach_ftyp.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _SV_GCACHFTYP_HXX
-#define _SV_GCACHFTYP_HXX
+#ifndef INCLUDED_VCL_GENERIC_GLYPHS_GCACH_FTYP_HXX
+#define INCLUDED_VCL_GENERIC_GLYPHS_GCACH_FTYP_HXX
#include "generic/glyphcache.hxx"
@@ -176,6 +176,6 @@ public:
// -----------------------------------------------------------------------
-#endif // _SV_GCACHFTYP_HXX
+#endif // INCLUDED_VCL_GENERIC_GLYPHS_GCACH_FTYP_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/vcl/generic/print/glyphset.hxx b/vcl/generic/print/glyphset.hxx
index a062bb829b1b..0225109c7dd8 100644
--- a/vcl/generic/print/glyphset.hxx
+++ b/vcl/generic/print/glyphset.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _PSPRINT_GLYPHSET_HXX_
-#define _PSPRINT_GLYPHSET_HXX_
+#ifndef INCLUDED_VCL_GENERIC_PRINT_GLYPHSET_HXX
+#define INCLUDED_VCL_GENERIC_PRINT_GLYPHSET_HXX
#include "vcl/fontmanager.hxx"
diff --git a/vcl/generic/print/psputil.hxx b/vcl/generic/print/psputil.hxx
index 55e3d3b4c129..e085f4704278 100644
--- a/vcl/generic/print/psputil.hxx
+++ b/vcl/generic/print/psputil.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _PSPRINT_PRINTERUTIL_HXX_
-#define _PSPRINT_PRINTERUTIL_HXX_
+#ifndef INCLUDED_VCL_GENERIC_PRINT_PSPUTIL_HXX
+#define INCLUDED_VCL_GENERIC_PRINT_PSPUTIL_HXX
#include "osl/file.hxx"
@@ -65,6 +65,6 @@ ConverterFactory& GetConverterFactory ();
} /* namespace psp */
-#endif /* _PSPRINT_PRINTERUTIL_HXX_ */
+#endif // INCLUDED_VCL_GENERIC_PRINT_PSPUTIL_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */