diff options
Diffstat (limited to 'xmloff/source/draw/sdxmlexp_impl.hxx')
-rw-r--r-- | xmloff/source/draw/sdxmlexp_impl.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/xmloff/source/draw/sdxmlexp_impl.hxx b/xmloff/source/draw/sdxmlexp_impl.hxx index c350bf701e5a..799767f990b1 100644 --- a/xmloff/source/draw/sdxmlexp_impl.hxx +++ b/xmloff/source/draw/sdxmlexp_impl.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_XMLOFF_SOURCE_DRAW_SDXMLEXP_IMPL_HXX -#define INCLUDED_XMLOFF_SOURCE_DRAW_SDXMLEXP_IMPL_HXX +#pragma once #include <xmloff/xmlexp.hxx> @@ -176,6 +175,4 @@ public: virtual OUString getDataStyleName(const sal_Int32 nNumberFormat, bool bTimeFormat = false ) const override; }; -#endif // _SDXMLEXP_HXX - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |