diff options
Diffstat (limited to 'sc/inc/stringutil.hxx')
-rw-r--r-- | sc/inc/stringutil.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sc/inc/stringutil.hxx b/sc/inc/stringutil.hxx index bb1c8cf2e0f0..8cdb5821d0a9 100644 --- a/sc/inc/stringutil.hxx +++ b/sc/inc/stringutil.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_SC_INC_STRINGUTIL_HXX -#define INCLUDED_SC_INC_STRINGUTIL_HXX +#pragma once #include <rtl/ustring.hxx> #include "scdllapi.h" @@ -160,6 +159,4 @@ public: SvNumberFormatter& rFormatter, const OUString& rStr, LanguageType eLang ); }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |