summaryrefslogtreecommitdiff
path: root/sc/source/ui/docshell/pntlock.cxx
diff options
context:
space:
mode:
authorSascha Ballach <sab@openoffice.org>2001-07-23 14:18:23 +0000
committerSascha Ballach <sab@openoffice.org>2001-07-23 14:18:23 +0000
commit42d343219bd4b78b0e01fb7d621a10b641362ab2 (patch)
tree334ed8efc6188269312358ee5b33ea0b3529d60d /sc/source/ui/docshell/pntlock.cxx
parent1832a73fe9889434e7b9db4ced9b9524031d8fff (diff)
#80365#; new methods to distinguish between document lock and paint lock added
Diffstat (limited to 'sc/source/ui/docshell/pntlock.cxx')
-rw-r--r--sc/source/ui/docshell/pntlock.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/sc/source/ui/docshell/pntlock.cxx b/sc/source/ui/docshell/pntlock.cxx
index c8e9262e4a17..f9558e34eed2 100644
--- a/sc/source/ui/docshell/pntlock.cxx
+++ b/sc/source/ui/docshell/pntlock.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: pntlock.cxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:44:55 $
+ * last change: $Author: sab $ $Date: 2001-07-23 15:18:23 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -73,6 +73,7 @@ ScPaintLockData::ScPaintLockData(USHORT nNewMode) :
nMode( nNewMode ),
nParts( 0 ),
nLevel( 0 ),
+ nDocLevel( 0 ),
bModified( FALSE )
{
}