diff options
Diffstat (limited to 'sc/source/ui/inc/drwtrans.hxx')
-rw-r--r-- | sc/source/ui/inc/drwtrans.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sc/source/ui/inc/drwtrans.hxx b/sc/source/ui/inc/drwtrans.hxx index 8854b62546bc..99fdcf0d40a7 100644 --- a/sc/source/ui/inc/drwtrans.hxx +++ b/sc/source/ui/inc/drwtrans.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_SC_SOURCE_UI_INC_DRWTRANS_HXX -#define INCLUDED_SC_SOURCE_UI_INC_DRWTRANS_HXX +#pragma once #include <com/sun/star/uno/Reference.hxx> #include <vcl/transfer.hxx> @@ -97,6 +96,4 @@ public: const ScRangeListVector& GetProtectedChartRangesVector() const { return m_aProtectedChartRangesVector; } }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |