summaryrefslogtreecommitdiff
path: root/sc/source/ui/docshell
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-02-27 12:09:30 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-02-27 12:09:30 +0000
commite9ab8cc915cf8be35deb95d78ca77faa89561101 (patch)
tree15d6acf32ee3f9787b5b3001545b8c61d067ab8a /sc/source/ui/docshell
parente33f035f9ea1f45f88cba94ef41fcec650e4e3e7 (diff)
INTEGRATION: CWS calcwarnings (1.4.110); FILE MERGED
2006/12/12 17:03:11 nn 1.4.110.1: #i69284# warning-free: ui, unxlngi6
Diffstat (limited to 'sc/source/ui/docshell')
-rw-r--r--sc/source/ui/docshell/pntlock.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/ui/docshell/pntlock.cxx b/sc/source/ui/docshell/pntlock.cxx
index 5f53df7c0ec2..c36449131080 100644
--- a/sc/source/ui/docshell/pntlock.cxx
+++ b/sc/source/ui/docshell/pntlock.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: pntlock.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: kz $ $Date: 2006-07-21 13:45:28 $
+ * last change: $Author: vg $ $Date: 2007-02-27 13:09:30 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -44,9 +44,9 @@
ScPaintLockData::ScPaintLockData(USHORT nNewMode) :
nMode( nNewMode ),
- nParts( 0 ),
nLevel( 0 ),
nDocLevel( 0 ),
+ nParts( 0 ),
bModified( FALSE )
{
}