diff options
Diffstat (limited to 'xmloff/source/text/XMLAutoMarkFileContext.hxx')
-rw-r--r-- | xmloff/source/text/XMLAutoMarkFileContext.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/xmloff/source/text/XMLAutoMarkFileContext.hxx b/xmloff/source/text/XMLAutoMarkFileContext.hxx index 01f124d15b4a..cf74dd596a5d 100644 --- a/xmloff/source/text/XMLAutoMarkFileContext.hxx +++ b/xmloff/source/text/XMLAutoMarkFileContext.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_XMLOFF_SOURCE_TEXT_XMLAUTOMARKFILECONTEXT_HXX -#define INCLUDED_XMLOFF_SOURCE_TEXT_XMLAUTOMARKFILECONTEXT_HXX +#pragma once #include <xmloff/xmlictxt.hxx> @@ -46,6 +45,4 @@ protected: const css::uno::Reference< css::xml::sax::XFastAttributeList >& xAttrList ) override; }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |