diff options
Diffstat (limited to 'sc/source/ui/inc/preview.hxx')
-rw-r--r-- | sc/source/ui/inc/preview.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sc/source/ui/inc/preview.hxx b/sc/source/ui/inc/preview.hxx index 3f06121f31f1..bf93b7069d73 100644 --- a/sc/source/ui/inc/preview.hxx +++ b/sc/source/ui/inc/preview.hxx @@ -16,8 +16,7 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_SC_SOURCE_UI_INC_PREVIEW_HXX -#define INCLUDED_SC_SOURCE_UI_INC_PREVIEW_HXX +#pragma once #include <vcl/window.hxx> #include "printfun.hxx" @@ -161,6 +160,4 @@ public: const ScMarkData::MarkedTabsType& GetSelectedTabs() const { return maSelectedTabs; } }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |