diff options
Diffstat (limited to 'xmloff/inc/XMLStarBasicContextFactory.hxx')
-rw-r--r-- | xmloff/inc/XMLStarBasicContextFactory.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/xmloff/inc/XMLStarBasicContextFactory.hxx b/xmloff/inc/XMLStarBasicContextFactory.hxx index b375f546bb4c..ad0ac8939972 100644 --- a/xmloff/inc/XMLStarBasicContextFactory.hxx +++ b/xmloff/inc/XMLStarBasicContextFactory.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_XMLOFF_INC_XMLSTARBASICCONTEXTFACTORY_HXX -#define INCLUDED_XMLOFF_INC_XMLSTARBASICCONTEXTFACTORY_HXX +#pragma once #include <com/sun/star/uno/Reference.hxx> #include <xmloff/xmlevent.hxx> @@ -46,6 +45,4 @@ public: const OUString& rApiEventName) override; }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |