diff options
Diffstat (limited to 'xmloff/source/draw/ximpcustomshape.hxx')
-rw-r--r-- | xmloff/source/draw/ximpcustomshape.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/xmloff/source/draw/ximpcustomshape.hxx b/xmloff/source/draw/ximpcustomshape.hxx index f06d01c0cddb..f7e14765a1e2 100644 --- a/xmloff/source/draw/ximpcustomshape.hxx +++ b/xmloff/source/draw/ximpcustomshape.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_XMLOFF_SOURCE_DRAW_XIMPCUSTOMSHAPE_HXX -#define INCLUDED_XMLOFF_SOURCE_DRAW_XIMPCUSTOMSHAPE_HXX +#pragma once #include <xmloff/xmlictxt.hxx> #include <xmloff/xmluconv.hxx> @@ -64,6 +63,4 @@ public: const css::uno::Reference< css::xml::sax::XFastAttributeList >& AttrList ) override; }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |