diff options
Diffstat (limited to 'sc/source/ui/inc/instbdlg.hxx')
-rw-r--r-- | sc/source/ui/inc/instbdlg.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sc/source/ui/inc/instbdlg.hxx b/sc/source/ui/inc/instbdlg.hxx index bb57c66c1d1c..3bc578717296 100644 --- a/sc/source/ui/inc/instbdlg.hxx +++ b/sc/source/ui/inc/instbdlg.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_SC_SOURCE_UI_INC_INSTBDLG_HXX -#define INCLUDED_SC_SOURCE_UI_INC_INSTBDLG_HXX +#pragma once #include <sfx2/objsh.hxx> #include <vcl/timer.hxx> @@ -92,6 +91,4 @@ private: DECL_LINK( DialogClosedHdl, sfx2::FileDialogHelper*, void ); }; -#endif // INCLUDED_SC_SOURCE_UI_INC_INSTBDLG_HXX - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |