diff options
Diffstat (limited to 'xmloff/inc/StyleMap.hxx')
-rw-r--r-- | xmloff/inc/StyleMap.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/xmloff/inc/StyleMap.hxx b/xmloff/inc/StyleMap.hxx index b6b3249e1eae..0b2d302142a1 100644 --- a/xmloff/inc/StyleMap.hxx +++ b/xmloff/inc/StyleMap.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_XMLOFF_INC_STYLEMAP_HXX -#define INCLUDED_XMLOFF_INC_STYLEMAP_HXX +#pragma once #include <com/sun/star/lang/XUnoTunnel.hpp> #include <comphelper/servicehelper.hxx> @@ -78,6 +77,4 @@ public: UNO3_GETIMPLEMENTATION_DECL(StyleMap) }; -#endif // INCLUDED_XMLOFF_INC_STYLEMAP_HXX - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |