diff options
Diffstat (limited to 'xmloff/inc/XMLImageMapContext.hxx')
-rw-r--r-- | xmloff/inc/XMLImageMapContext.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/xmloff/inc/XMLImageMapContext.hxx b/xmloff/inc/XMLImageMapContext.hxx index 5c9c173c1082..aec96fb29e9c 100644 --- a/xmloff/inc/XMLImageMapContext.hxx +++ b/xmloff/inc/XMLImageMapContext.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_XMLOFF_INC_XMLIMAGEMAPCONTEXT_HXX -#define INCLUDED_XMLOFF_INC_XMLIMAGEMAPCONTEXT_HXX +#pragma once #include <xmloff/xmlictxt.hxx> #include <rtl/ustring.hxx> @@ -55,6 +54,4 @@ public: virtual void SAL_CALL endFastElement(sal_Int32 nElement) override; }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |