Kaydet (Commit) 4c99a427 authored tarafından Kohei Yoshida's avatar Kohei Yoshida

Fix incorrect merge.

Change-Id: I1337413e1ee49b7d90671ac517dbb2bd918dbebf
üst ec0080c4
...@@ -1914,7 +1914,6 @@ const double* ScColumn::FetchDoubleArray( sc::FormulaGroupContext& /*rCxt*/, SCR ...@@ -1914,7 +1914,6 @@ const double* ScColumn::FetchDoubleArray( sc::FormulaGroupContext& /*rCxt*/, SCR
if (static_cast<SCROW>(nLen) < nRow2 - nRow1 + 1) if (static_cast<SCROW>(nLen) < nRow2 - nRow1 + 1)
// Array shorter than requested. // Array shorter than requested.
return NULL; return NULL;
}
return &sc::numeric_block::at(*aPos.first->data, aPos.second); return &sc::numeric_block::at(*aPos.first->data, aPos.second);
} }
......
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