From 027ac563630d06aa52801f6b1d601132b96db236 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Wed, 23 Oct 2013 19:08:11 +0200 Subject: fixincludeguards.sh: include/svx Change-Id: I2c280be12f36c1538e922286745aabc62482423d --- include/svx/gallery.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/svx/gallery.hxx') diff --git a/include/svx/gallery.hxx b/include/svx/gallery.hxx index c26479a59fe9..de1ac04348ac 100644 --- a/include/svx/gallery.hxx +++ b/include/svx/gallery.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _GALLERY_HXX_ -#define _GALLERY_HXX_ +#ifndef INCLUDED_SVX_GALLERY_HXX +#define INCLUDED_SVX_GALLERY_HXX #include #include @@ -85,6 +85,6 @@ public: static sal_Bool EndLocking( sal_uIntPtr nThemeId ); }; -#endif // _GALLERY_HXX_ +#endif // INCLUDED_SVX_GALLERY_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit