diff options
Diffstat (limited to 'sc/source/ui/inc/namecrea.hxx')
-rw-r--r-- | sc/source/ui/inc/namecrea.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sc/source/ui/inc/namecrea.hxx b/sc/source/ui/inc/namecrea.hxx index c5d6d8892924..89adb821677c 100644 --- a/sc/source/ui/inc/namecrea.hxx +++ b/sc/source/ui/inc/namecrea.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_SC_SOURCE_UI_INC_NAMECREA_HXX -#define INCLUDED_SC_SOURCE_UI_INC_NAMECREA_HXX +#pragma once #include <vcl/weld.hxx> #include "scui_def.hxx" @@ -36,6 +35,4 @@ public: CreateNameFlags GetFlags() const; }; -#endif // INCLUDED_SC_SOURCE_UI_INC_NAMECREA_HXX - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |