diff options
author | Ocke.Janssen <Ocke.Janssen@oracle.com> | 2011-01-21 09:31:23 +0100 |
---|---|---|
committer | Ocke.Janssen <Ocke.Janssen@oracle.com> | 2011-01-21 09:31:23 +0100 |
commit | 984a233417d1ceb056abeeb6b7f4765c793d5566 (patch) | |
tree | 1fdf82d7b239e7033d3b973d08d93a219c41a3ec | |
parent | fa22008c7d4b50f1b3937e1ed10332c5866a5b65 (diff) | |
parent | 4ee7211a6f1ebe91595a42e85e00dfba3ea6aecb (diff) |
dba34d: merge from cws
-rw-r--r-- | dbaccess/source/core/api/RowSetCache.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dbaccess/source/core/api/RowSetCache.cxx b/dbaccess/source/core/api/RowSetCache.cxx index 789fbadb794b..2d4355edcaef 100644 --- a/dbaccess/source/core/api/RowSetCache.cxx +++ b/dbaccess/source/core/api/RowSetCache.cxx @@ -741,6 +741,8 @@ sal_Bool ORowSetCache::fillMatrix(sal_Int32& _nNewStartPos,sal_Int32 _nNewEndPos if(!aIter->isValid()) *aIter = new ORowSetValueVector(m_xMetaData->getColumnCount()); m_pCacheSet->fillValueRow(*aIter,i); + if(!m_bRowCountFinal) + ++m_nRowCount; } else { // there are no more rows found so we can fetch some before start |