Kaydet (Commit) 29bf5fa5 authored tarafından Kohei Yoshida's avatar Kohei Yoshida

Typo.

Change-Id: I46eba8fff2a1b18d267b0fce0bb1a2abcce779a8
üst ad90c782
......@@ -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 )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment