diff options
Diffstat (limited to 'xmloff/source/transform/DocumentTContext.hxx')
-rw-r--r-- | xmloff/source/transform/DocumentTContext.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/xmloff/source/transform/DocumentTContext.hxx b/xmloff/source/transform/DocumentTContext.hxx index 0b71cd9c829d..50434cb3ed58 100644 --- a/xmloff/source/transform/DocumentTContext.hxx +++ b/xmloff/source/transform/DocumentTContext.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_XMLOFF_SOURCE_TRANSFORM_DOCUMENTTCONTEXT_HXX -#define INCLUDED_XMLOFF_SOURCE_TRANSFORM_DOCUMENTTCONTEXT_HXX +#pragma once #include "TransformerContext.hxx" @@ -38,6 +37,4 @@ public: StartElement(const css::uno::Reference<css::xml::sax::XAttributeList>& xAttrList) override; }; -#endif // INCLUDED_XMLOFF_SOURCE_TRANSFORM_DOCUMENTTCONTEXT_HXX - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |