summaryrefslogtreecommitdiffstats
path: root/vcl/unx/gtk/inc/gtkprintwrapper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/unx/gtk/inc/gtkprintwrapper.hxx')
-rw-r--r--vcl/unx/gtk/inc/gtkprintwrapper.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/unx/gtk/inc/gtkprintwrapper.hxx b/vcl/unx/gtk/inc/gtkprintwrapper.hxx
index 001e967fd90d..dd92bfe53837 100644
--- a/vcl/unx/gtk/inc/gtkprintwrapper.hxx
+++ b/vcl/unx/gtk/inc/gtkprintwrapper.hxx
@@ -7,8 +7,8 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
-#ifndef UNX_GTK_INC_GTKPRINTWRAPPER_HXX_INCLUDED
-#define UNX_GTK_INC_GTKPRINTWRAPPER_HXX_INCLUDED
+#ifndef INCLUDED_VCL_UNX_GTK_INC_GTKPRINTWRAPPER_HXX
+#define INCLUDED_VCL_UNX_GTK_INC_GTKPRINTWRAPPER_HXX
#include <boost/noncopyable.hpp>
@@ -127,6 +127,6 @@ private:
}
}
-#endif // UNX_GTK_INC_GTKPRINTWRAPPER_HXX_INCLUDED
+#endif // INCLUDED_VCL_UNX_GTK_INC_GTKPRINTWRAPPER_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */