diff options
Diffstat (limited to 'sc/source/ui/inc/pntlock.hxx')
-rw-r--r-- | sc/source/ui/inc/pntlock.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sc/source/ui/inc/pntlock.hxx b/sc/source/ui/inc/pntlock.hxx index 5ae3734c19f3..a6c569e4924f 100644 --- a/sc/source/ui/inc/pntlock.hxx +++ b/sc/source/ui/inc/pntlock.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_SC_SOURCE_UI_INC_PNTLOCK_HXX -#define INCLUDED_SC_SOURCE_UI_INC_PNTLOCK_HXX +#pragma once #include <rangelst.hxx> @@ -54,6 +53,4 @@ public: { nDocLevel = nNew; } }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |