diff options
Diffstat (limited to 'sc/source/ui/inc/undobase.hxx')
-rw-r--r-- | sc/source/ui/inc/undobase.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sc/source/ui/inc/undobase.hxx b/sc/source/ui/inc/undobase.hxx index d497e798ebc0..698fcc51b81f 100644 --- a/sc/source/ui/inc/undobase.hxx +++ b/sc/source/ui/inc/undobase.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_SC_SOURCE_UI_INC_UNDOBASE_HXX -#define INCLUDED_SC_SOURCE_UI_INC_UNDOBASE_HXX +#pragma once #include <svl/undo.hxx> #include <address.hxx> @@ -176,6 +175,4 @@ public: ViewShellId GetViewShellId() const override; }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |