diff options
Diffstat (limited to 'sc/source/ui/inc/delcodlg.hxx')
-rw-r--r-- | sc/source/ui/inc/delcodlg.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sc/source/ui/inc/delcodlg.hxx b/sc/source/ui/inc/delcodlg.hxx index b7edc42d5ab1..984f957852bd 100644 --- a/sc/source/ui/inc/delcodlg.hxx +++ b/sc/source/ui/inc/delcodlg.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_SC_SOURCE_UI_INC_DELCODLG_HXX -#define INCLUDED_SC_SOURCE_UI_INC_DELCODLG_HXX +#pragma once #include <vcl/weld.hxx> #include <global.hxx> @@ -52,6 +51,4 @@ public: InsertDeleteFlags GetDelContentsCmdBits() const; }; -#endif // INCLUDED_SC_SOURCE_UI_INC_DELCODLG_HXX - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |