diff options
Diffstat (limited to 'xmloff/inc/XMLNumberStylesImport.hxx')
-rw-r--r-- | xmloff/inc/XMLNumberStylesImport.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/xmloff/inc/XMLNumberStylesImport.hxx b/xmloff/inc/XMLNumberStylesImport.hxx index 092c2410f9cd..25be98cbb0bb 100644 --- a/xmloff/inc/XMLNumberStylesImport.hxx +++ b/xmloff/inc/XMLNumberStylesImport.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_XMLOFF_INC_XMLNUMBERSTYLESIMPORT_HXX -#define INCLUDED_XMLOFF_INC_XMLNUMBERSTYLESIMPORT_HXX +#pragma once #include <xmloff/xmlnumfi.hxx> @@ -60,6 +59,4 @@ public: sal_Int32 GetDrawKey() const { return mnKey; } }; -#endif // INCLUDED_XMLOFF_INC_XMLNUMBERSTYLESIMPORT_HXX - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |