diff options
Diffstat (limited to 'sc/inc/stylehelper.hxx')
-rw-r--r-- | sc/inc/stylehelper.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sc/inc/stylehelper.hxx b/sc/inc/stylehelper.hxx index 68e6d252b03c..53ff810952ae 100644 --- a/sc/inc/stylehelper.hxx +++ b/sc/inc/stylehelper.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_SC_INC_STYLEHELPER_HXX -#define INCLUDED_SC_INC_STYLEHELPER_HXX +#pragma once #include <rtl/ustring.hxx> @@ -31,6 +30,4 @@ public: static OUString ProgrammaticToDisplayName(const OUString& rProgName, SfxStyleFamily nType); }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |