diff options
Diffstat (limited to 'sc/source/ui/inc/refundo.hxx')
-rw-r--r-- | sc/source/ui/inc/refundo.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sc/source/ui/inc/refundo.hxx b/sc/source/ui/inc/refundo.hxx index 7ee764eca39a..2ddf6c584ba1 100644 --- a/sc/source/ui/inc/refundo.hxx +++ b/sc/source/ui/inc/refundo.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_SC_SOURCE_UI_INC_REFUNDO_HXX -#define INCLUDED_SC_SOURCE_UI_INC_REFUNDO_HXX +#pragma once #include <memory> @@ -52,6 +51,4 @@ public: void DoUndo( ScDocument* pDoc, bool bUndoRefFirst ); }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |