diff options
Diffstat (limited to 'xmloff/source/text/XMLSectionExport.hxx')
-rw-r--r-- | xmloff/source/text/XMLSectionExport.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/xmloff/source/text/XMLSectionExport.hxx b/xmloff/source/text/XMLSectionExport.hxx index 06243cc24122..05180e2f2d6f 100644 --- a/xmloff/source/text/XMLSectionExport.hxx +++ b/xmloff/source/text/XMLSectionExport.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_XMLOFF_SOURCE_TEXT_XMLSECTIONEXPORT_HXX -#define INCLUDED_XMLOFF_SOURCE_TEXT_XMLSECTIONEXPORT_HXX +#pragma once #include <rtl/ustring.hxx> #include <com/sun/star/uno/Reference.h> @@ -260,6 +259,4 @@ private: bool bInvert = false); }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |