diff options
Diffstat (limited to 'sc/source/ui/inc/imoptdlg.hxx')
-rw-r--r-- | sc/source/ui/inc/imoptdlg.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sc/source/ui/inc/imoptdlg.hxx b/sc/source/ui/inc/imoptdlg.hxx index bac941c2a377..c162da6d7740 100644 --- a/sc/source/ui/inc/imoptdlg.hxx +++ b/sc/source/ui/inc/imoptdlg.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_SC_SOURCE_UI_INC_IMOPTDLG_HXX -#define INCLUDED_SC_SOURCE_UI_INC_IMOPTDLG_HXX +#pragma once #include <rtl/textenc.h> #include <rtl/ustring.hxx> @@ -53,6 +52,4 @@ public: bool bRemoveSpace; }; -#endif // INCLUDED_SC_SOURCE_UI_INC_IMOPTDLG_HXX - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |