diff options
Diffstat (limited to 'sc/inc/dputil.hxx')
-rw-r--r-- | sc/inc/dputil.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sc/inc/dputil.hxx b/sc/inc/dputil.hxx index b3e733f40c7b..b5a2b64c9138 100644 --- a/sc/inc/dputil.hxx +++ b/sc/inc/dputil.hxx @@ -7,8 +7,7 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#ifndef INCLUDED_SC_INC_DPUTIL_HXX -#define INCLUDED_SC_INC_DPUTIL_HXX +#pragma once #include <rtl/ustring.hxx> #include "scdllapi.h" @@ -52,6 +51,4 @@ public: SC_DLLPUBLIC static ScSubTotalFunc toSubTotalFunc(ScGeneralFunction eGenFunc); }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |