summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2013-05-17 22:16:45 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2013-05-20 20:19:27 -0400
commit0e25fe33f0114dc8723a7a9af4cdd11f07a55ec5 (patch)
treec370c03ed08a23466b2b61f91cd44312ff6dbc48 /sc
parentf7d037c2288cacaedf221404b5c9d4b7f2a0b7cb (diff)
Compiler warning.
Change-Id: I6f358f89348a23b3c70f8b7db8a1f01d659393ba
Diffstat (limited to 'sc')
-rw-r--r--sc/source/core/data/column3.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sc/source/core/data/column3.cxx b/sc/source/core/data/column3.cxx
index 9339e8bd02b1..f5730118d1e2 100644
--- a/sc/source/core/data/column3.cxx
+++ b/sc/source/core/data/column3.cxx
@@ -906,8 +906,7 @@ void ScColumn::MixData(
SCSIZE nIndex;
Search( nRow1, nIndex );
-// SCSIZE nSrcIndex = 0;
- SCSIZE nSrcIndex, nDestIndex;
+ SCSIZE nSrcIndex = 0, nDestIndex = 0;
rSrcCol.Search( nRow1, nSrcIndex ); // See if data is at the beginning
SCROW nNextThis = MAXROW+1;