diff options
author | Eike Rathke [er] <erAck@sun.com> | 2010-07-19 13:37:46 +0200 |
---|---|---|
committer | Eike Rathke [er] <erAck@sun.com> | 2010-07-19 13:37:46 +0200 |
commit | de6997f354b95aaa8df369347a207a205d1dc4bb (patch) | |
tree | c4e4840971687cca8086e9edbd48f513f1d3ba94 /sc | |
parent | f3bcc801190710652dfc2f1a7995c0ec9c40949e (diff) |
calc56: WaE Windows
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/core/data/markdata.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/core/data/markdata.cxx b/sc/source/core/data/markdata.cxx index d6ea90f1cacf..4401ac19d199 100644 --- a/sc/source/core/data/markdata.cxx +++ b/sc/source/core/data/markdata.cxx @@ -488,7 +488,7 @@ SCCOLROW ScMarkData::GetMarkRowRanges( SCCOLROW* pRanges ) SCROW nRow; SCCOL nCol; - SCROW nTop, nBottom; + SCROW nTop = -1, nBottom = -1; for (nCol = aMultiRange.aStart.Col(); nCol <= aMultiRange.aEnd.Col(); ++nCol) { ScMarkArrayIter aMarkIter( &pMultiSel[nCol] ); |