summaryrefslogtreecommitdiff
path: root/vcl/unx/gtk3
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/unx/gtk3
parent4adf622925e2900ac111e5e60b15e82ba1bf54e0 (diff)
fixincludeguards.sh: vcl
Change-Id: I3858c2152267474afab8e5a72b9f5da0ac623012
Diffstat (limited to 'vcl/unx/gtk3')
-rw-r--r--vcl/unx/gtk3/inc/gtkprintwrapper.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/unx/gtk3/inc/gtkprintwrapper.hxx b/vcl/unx/gtk3/inc/gtkprintwrapper.hxx
index 21d246012e31..032080ddf6e3 100644
--- a/vcl/unx/gtk3/inc/gtkprintwrapper.hxx
+++ b/vcl/unx/gtk3/inc/gtkprintwrapper.hxx
@@ -7,11 +7,11 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
-#ifndef UNX_GTK3_INC_GTKPRINTWRAPPER_HXX_INCLUDED
-#define UNX_GTK3_INC_GTKPRINTWRAPPER_HXX_INCLUDED
+#ifndef INCLUDED_VCL_UNX_GTK3_INC_GTKPRINTWRAPPER_HXX
+#define INCLUDED_VCL_UNX_GTK3_INC_GTKPRINTWRAPPER_HXX
#include "../../gtk/inc/gtkprintwrapper.hxx"
-#endif // UNX_GTK3_INC_GTKPRINTWRAPPER_HXX_INCLUDED
+#endif // INCLUDED_VCL_UNX_GTK3_INC_GTKPRINTWRAPPER_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */