diff options
Diffstat (limited to 'sc/inc/chartlock.hxx')
-rw-r--r-- | sc/inc/chartlock.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sc/inc/chartlock.hxx b/sc/inc/chartlock.hxx index cc63fc03c661..bf66b7f5b772 100644 --- a/sc/inc/chartlock.hxx +++ b/sc/inc/chartlock.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_SC_INC_CHARTLOCK_HXX -#define INCLUDED_SC_INC_CHARTLOCK_HXX +#pragma once #include <vcl/timer.hxx> @@ -70,6 +69,4 @@ private: ScTemporaryChartLock( const ScTemporaryChartLock& ) = delete; }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |