diff options
Diffstat (limited to 'xmloff/source/draw/XMLNumberStylesExport.hxx')
-rw-r--r-- | xmloff/source/draw/XMLNumberStylesExport.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/xmloff/source/draw/XMLNumberStylesExport.hxx b/xmloff/source/draw/XMLNumberStylesExport.hxx index 6e196775e98b..8b4f39dc5a2e 100644 --- a/xmloff/source/draw/XMLNumberStylesExport.hxx +++ b/xmloff/source/draw/XMLNumberStylesExport.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_XMLOFF_SOURCE_DRAW_XMLNUMBERSTYLESEXPORT_HXX -#define INCLUDED_XMLOFF_SOURCE_DRAW_XMLNUMBERSTYLESEXPORT_HXX +#pragma once #include <sal/types.h> #include <rtl/ustring.hxx> @@ -38,6 +37,4 @@ public: static OUString getDateStyleName(const sal_Int32 nDateFormat); }; -#endif // INCLUDED_XMLOFF_SOURCE_DRAW_XMLNUMBERSTYLESEXPORT_HXX - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |