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/fmdmod.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/svx/fmdmod.hxx') diff --git a/include/svx/fmdmod.hxx b/include/svx/fmdmod.hxx index b59eb65c7f59..0d13c7a00a56 100644 --- a/include/svx/fmdmod.hxx +++ b/include/svx/fmdmod.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _SVX_FMDMOD_HXX -#define _SVX_FMDMOD_HXX +#ifndef INCLUDED_SVX_FMDMOD_HXX +#define INCLUDED_SVX_FMDMOD_HXX #include #include "svx/svxdllapi.h" @@ -35,6 +35,6 @@ public: virtual ::com::sun::star::uno::Sequence< OUString > SAL_CALL getAvailableServiceNames(void) throw( ::com::sun::star::uno::RuntimeException ); }; -#endif // _SVX_FMDMOD_HXX +#endif // INCLUDED_SVX_FMDMOD_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit