diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-07-12 15:11:04 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-07-12 22:58:40 -0400 |
commit | 2e614e9d01a5e00506b14ecf0588e01d4d5716e3 (patch) | |
tree | cc0a74e31fcf26d0eb7b687c7913c0fd2938da56 | |
parent | cffba76a3487628f0557b423cefe150932308ede (diff) |
This comment is no longer correct.
Change-Id: I815016551ea979d27e1f402dc2badda0d856a229
-rw-r--r-- | sc/source/core/data/formulacell.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sc/source/core/data/formulacell.cxx b/sc/source/core/data/formulacell.cxx index 55f501030222..570b55c2ce54 100644 --- a/sc/source/core/data/formulacell.cxx +++ b/sc/source/core/data/formulacell.cxx @@ -3093,11 +3093,6 @@ public: // returned array equals or greater than the requested // length. - // TODO: For now, it returns an array pointer only when - // the entire array is in contiguous memory space. Once - // we finish cell storage rework, we'll support temporary - // generation of a double array which is a combination of - // multiple cell array segments. const double* pArray = mrDoc.FetchDoubleArray(mrCxt, aRefPos, mrCell.GetCellGroup()->mnLength); if (!pArray) return false; |