| commit | 4c99a427ee4adaeddb2682c192384bad21d9d09b | [log] |
|---|---|---|
| author | Kohei Yoshida <kohei.yoshida@gmail.com> | Mon Jun 24 16:19:02 2013 -0400 |
| committer | Kohei Yoshida <kohei.yoshida@gmail.com> | Mon Jun 24 16:51:45 2013 -0400 |
| tree | bb91b8be5dd177d5ac41703ae335dd08017dff52 | |
| parent | ec0080c40cfdb26896537f47a4c2e0439f9afdb1 [diff] |
Fix incorrect merge. Change-Id: I1337413e1ee49b7d90671ac517dbb2bd918dbebf
diff --git a/sc/source/core/data/column2.cxx b/sc/source/core/data/column2.cxx index 70d57e0..5a0badf 100644 --- a/sc/source/core/data/column2.cxx +++ b/sc/source/core/data/column2.cxx
@@ -1914,7 +1914,6 @@ const double* ScColumn::FetchDoubleArray( sc::FormulaGroupContext& /*rCxt*/, SCR if (static_cast<SCROW>(nLen) < nRow2 - nRow1 + 1) // Array shorter than requested. return NULL; } return &sc::numeric_block::at(*aPos.first->data, aPos.second); }