summaryrefslogtreecommitdiff
path: root/sc/source/ui/docshell/pntlock.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/docshell/pntlock.cxx')
-rw-r--r--sc/source/ui/docshell/pntlock.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/sc/source/ui/docshell/pntlock.cxx b/sc/source/ui/docshell/pntlock.cxx
index 9db2dfe7a594..58a31495fbfa 100644
--- a/sc/source/ui/docshell/pntlock.cxx
+++ b/sc/source/ui/docshell/pntlock.cxx
@@ -19,8 +19,6 @@
#include "pntlock.hxx"
-
-
ScPaintLockData::ScPaintLockData() :
nLevel( 0 ),
nDocLevel( 0 ),
@@ -43,6 +41,4 @@ void ScPaintLockData::AddRange( const ScRange& rRange, sal_uInt16 nP )
}
-
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */