diff options
Diffstat (limited to 'xmloff/source/text/XMLTextMarkImportContext.hxx')
-rw-r--r-- | xmloff/source/text/XMLTextMarkImportContext.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/xmloff/source/text/XMLTextMarkImportContext.hxx b/xmloff/source/text/XMLTextMarkImportContext.hxx index 5082c151779e..ccf04e55deeb 100644 --- a/xmloff/source/text/XMLTextMarkImportContext.hxx +++ b/xmloff/source/text/XMLTextMarkImportContext.hxx @@ -18,8 +18,7 @@ */ -#ifndef INCLUDED_XMLOFF_SOURCE_TEXT_XMLTEXTMARKIMPORTCONTEXT_HXX -#define INCLUDED_XMLOFF_SOURCE_TEXT_XMLTEXTMARKIMPORTCONTEXT_HXX +#pragma once #include <xmloff/xmlictxt.hxx> #include <com/sun/star/uno/Reference.h> @@ -101,6 +100,4 @@ public: const css::uno::Reference<css::xml::sax::XFastAttributeList> & xAttrList); }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |