diff options
Diffstat (limited to 'sc/source/ui/inc/editsh.hxx')
-rw-r--r-- | sc/source/ui/inc/editsh.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sc/source/ui/inc/editsh.hxx b/sc/source/ui/inc/editsh.hxx index 0a52dc3c02e9..fe56777fbb84 100644 --- a/sc/source/ui/inc/editsh.hxx +++ b/sc/source/ui/inc/editsh.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_SC_SOURCE_UI_INC_EDITSH_HXX -#define INCLUDED_SC_SOURCE_UI_INC_EDITSH_HXX +#pragma once #include <sfx2/shell.hxx> #include <tools/link.hxx> @@ -76,6 +75,4 @@ public: OUString GetSelectionText( bool bWholeWord ); }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |