sc/source/core/data/table1.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit e0d295eacf3e7c5a19f3c7a2d764bcafe74e6d8d Author: Kohei Yoshida <kohei.yosh...@gmail.com> Date: Tue Apr 30 10:19:58 2013 -0400 Typo. Change-Id: I46eba8fff2a1b18d267b0fce0bb1a2abcce779a8 diff --git a/sc/source/core/data/table1.cxx b/sc/source/core/data/table1.cxx index 34be0d1..7abc279 100644 --- a/sc/source/core/data/table1.cxx +++ b/sc/source/core/data/table1.cxx @@ -2149,7 +2149,7 @@ const double* ScTable::FetchDoubleArray( if (!ValidCol(nCol) || !ValidRow(nRow1) || !ValidRow(nRow2)) return NULL; - return aCol[nCol].FetchDoubleArray(rCxt, nRow1, nRow1); + return aCol[nCol].FetchDoubleArray(rCxt, nRow1, nRow2); } ScRefCellValue ScTable::GetRefCellValue( SCCOL nCol, SCROW nRow ) _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits