From 3c01203ea657b9a3538f9956591b3d4da5fce6e7 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Tue, 5 Nov 2013 02:17:53 +0100 Subject: fixincludeguards.sh: sw Change-Id: I8e0889200d1a1c36e53022a74792728efd66c2fc --- sw/source/filter/xml/xmlexpit.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sw/source/filter/xml/xmlexpit.hxx') diff --git a/sw/source/filter/xml/xmlexpit.hxx b/sw/source/filter/xml/xmlexpit.hxx index b76f087a427b..16ff8283db34 100644 --- a/sw/source/filter/xml/xmlexpit.hxx +++ b/sw/source/filter/xml/xmlexpit.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _XMLITMPR_HXX -#define _XMLITMPR_HXX +#ifndef INCLUDED_SW_SOURCE_FILTER_XML_XMLEXPIT_HXX +#define INCLUDED_SW_SOURCE_FILTER_XML_XMLEXPIT_HXX #include #include "xmlitmap.hxx" @@ -123,6 +123,6 @@ SvXMLExportItemMapper::setMapEntries( SvXMLItemMapEntriesRef rMapEntries ) mrMapEntries = rMapEntries; } -#endif // _XMLITMPR_HXX +#endif // INCLUDED_SW_SOURCE_FILTER_XML_XMLEXPIT_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit