diff options
Diffstat (limited to 'sc/source/ui/inc/inscodlg.hxx')
-rw-r--r-- | sc/source/ui/inc/inscodlg.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sc/source/ui/inc/inscodlg.hxx b/sc/source/ui/inc/inscodlg.hxx index 7cb2ce637f34..7c7992c99c73 100644 --- a/sc/source/ui/inc/inscodlg.hxx +++ b/sc/source/ui/inc/inscodlg.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_SC_SOURCE_UI_INC_INSCODLG_HXX -#define INCLUDED_SC_SOURCE_UI_INC_INSCODLG_HXX +#pragma once #include <vcl/weld.hxx> #include <global.hxx> @@ -101,6 +100,4 @@ private: DECL_LINK( ShortCutHdl, weld::Button&, void ); }; -#endif // INCLUDED_SC_SOURCE_UI_INC_INSCODLG_HXX - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |