[Libreoffice-commits] core.git: Branch 'feature/formula-core-rework' - sc/source

Kohei Yoshida kohei.yoshida at gmail.com
Tue Apr 30 07:17:30 PDT 2013


 sc/source/core/data/table1.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit e0d295eacf3e7c5a19f3c7a2d764bcafe74e6d8d
Author: Kohei Yoshida <kohei.yoshida at 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 )


More information about the Libreoffice-commits mailing list