diff options
Diffstat (limited to 'xmloff/source/draw/ximppage.hxx')
-rw-r--r-- | xmloff/source/draw/ximppage.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/xmloff/source/draw/ximppage.hxx b/xmloff/source/draw/ximppage.hxx index 2bde07d12a18..5303458dd112 100644 --- a/xmloff/source/draw/ximppage.hxx +++ b/xmloff/source/draw/ximppage.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_XMLOFF_SOURCE_DRAW_XIMPPAGE_HXX -#define INCLUDED_XMLOFF_SOURCE_DRAW_XIMPPAGE_HXX +#pragma once #include <xmloff/xmlictxt.hxx> #include "sdxmlimp_impl.hxx" @@ -75,6 +74,4 @@ public: { return mxShapes; } }; -#endif // INCLUDED_XMLOFF_SOURCE_DRAW_XIMPPAGE_HXX - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |