From b95ee1be9b45352344b090d5b97e25f75b353c52 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Wed, 23 Oct 2013 19:09:35 +0200 Subject: fixincludeguards.sh: include/xml* Change-Id: Iffab819621615c59709c087202cc578af00dd799 --- include/xmloff/xmlexppr.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/xmloff/xmlexppr.hxx') diff --git a/include/xmloff/xmlexppr.hxx b/include/xmloff/xmlexppr.hxx index 28f8372b7bc9..668ca40f061a 100644 --- a/include/xmloff/xmlexppr.hxx +++ b/include/xmloff/xmlexppr.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _XMLOFF_XMLEXPPR_HXX -#define _XMLOFF_XMLEXPPR_HXX +#ifndef INCLUDED_XMLOFF_XMLEXPPR_HXX +#define INCLUDED_XMLOFF_XMLEXPPR_HXX #include "sal/config.h" #include "xmloff/dllapi.h" @@ -180,6 +180,6 @@ public: const OUString& GetStyleName() const; }; -#endif // _XMLOFF_XMLEXPPR_HXX +#endif // INCLUDED_XMLOFF_XMLEXPPR_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit