[Libreoffice-commits] core.git: Branch 'feature/formula-core-rework' - sc/source
Kohei Yoshida
kohei.yoshida at gmail.com
Fri May 17 19:14:40 PDT 2013
sc/source/core/data/column3.cxx | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
New commits:
commit 17de72429221d33877623062bca4a59207f75948
Author: Kohei Yoshida <kohei.yoshida at gmail.com>
Date: Fri May 17 22:16:45 2013 -0400
Compiler warning.
Change-Id: I6f358f89348a23b3c70f8b7db8a1f01d659393ba
diff --git a/sc/source/core/data/column3.cxx b/sc/source/core/data/column3.cxx
index 9339e8b..f573011 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;
More information about the Libreoffice-commits
mailing list