diff options
Diffstat (limited to 'xmloff/inc/XMLFootnoteConfigurationImportContext.hxx')
-rw-r--r-- | xmloff/inc/XMLFootnoteConfigurationImportContext.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/xmloff/inc/XMLFootnoteConfigurationImportContext.hxx b/xmloff/inc/XMLFootnoteConfigurationImportContext.hxx index aaccbd4f3da2..2bd8efc40364 100644 --- a/xmloff/inc/XMLFootnoteConfigurationImportContext.hxx +++ b/xmloff/inc/XMLFootnoteConfigurationImportContext.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_XMLOFF_INC_XMLFOOTNOTECONFIGURATIONIMPORTCONTEXT_HXX -#define INCLUDED_XMLOFF_INC_XMLFOOTNOTECONFIGURATIONIMPORTCONTEXT_HXX +#pragma once #include <memory> #include <xmloff/xmlstyle.hxx> @@ -83,6 +82,4 @@ public: void SetEndNotice( const OUString& sText); }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |