From e22242fddb73f5eadb11f340c314bbc4a6cfe361 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Mon, 28 Oct 2013 04:06:23 +0100 Subject: fixincludeguards.sh: vcl Change-Id: I3858c2152267474afab8e5a72b9f5da0ac623012 --- vcl/inc/unx/gtk/glomenu.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'vcl/inc/unx/gtk/glomenu.h') diff --git a/vcl/inc/unx/gtk/glomenu.h b/vcl/inc/unx/gtk/glomenu.h index f74af4b4c050..197752f86b9c 100644 --- a/vcl/inc/unx/gtk/glomenu.h +++ b/vcl/inc/unx/gtk/glomenu.h @@ -8,8 +8,8 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#ifndef __G_LO_MENU_H__ -#define __G_LO_MENU_H__ +#ifndef INCLUDED_VCL_INC_UNX_GTK_GLOMENU_H +#define INCLUDED_VCL_INC_UNX_GTK_GLOMENU_H #include @@ -130,6 +130,6 @@ GLOMenu * g_lo_menu_get_menu_containing_item (GLOMenu G_END_DECLS -#endif /* __G_LO_MENU_H__ */ +#endif // INCLUDED_VCL_INC_UNX_GTK_GLOMENU_H /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit