diff options
Diffstat (limited to 'xmloff/source/transform/ProcAddAttrTContext.hxx')
-rw-r--r-- | xmloff/source/transform/ProcAddAttrTContext.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/xmloff/source/transform/ProcAddAttrTContext.hxx b/xmloff/source/transform/ProcAddAttrTContext.hxx index 7cfb14a8bb08..8088aec269f7 100644 --- a/xmloff/source/transform/ProcAddAttrTContext.hxx +++ b/xmloff/source/transform/ProcAddAttrTContext.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_XMLOFF_SOURCE_TRANSFORM_PROCADDATTRTCONTEXT_HXX -#define INCLUDED_XMLOFF_SOURCE_TRANSFORM_PROCADDATTRTCONTEXT_HXX +#pragma once #include "ProcAttrTContext.hxx" @@ -42,6 +41,4 @@ public: virtual void StartElement( const css::uno::Reference< css::xml::sax::XAttributeList >& xAttrList ) override; }; -#endif // _XMLOFF_PROCADDATTRCONTEXT_HXX - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |