diff options
Diffstat (limited to 'xmloff/inc/DomBuilderContext.hxx')
-rw-r--r-- | xmloff/inc/DomBuilderContext.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/xmloff/inc/DomBuilderContext.hxx b/xmloff/inc/DomBuilderContext.hxx index c8498a094317..40435abbfc80 100644 --- a/xmloff/inc/DomBuilderContext.hxx +++ b/xmloff/inc/DomBuilderContext.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_XMLOFF_INC_DOMBUILDERCONTEXT_HXX -#define INCLUDED_XMLOFF_INC_DOMBUILDERCONTEXT_HXX +#pragma once #include <xmloff/xmlictxt.hxx> @@ -91,6 +90,4 @@ public: virtual void SAL_CALL characters( const OUString& rChars ) override; }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |