diff options
author | Ocke Janssen [oj] <Ocke.Janssen@oracle.com> | 2011-01-20 14:11:33 +0100 |
---|---|---|
committer | Ocke Janssen [oj] <Ocke.Janssen@oracle.com> | 2011-01-20 14:11:33 +0100 |
commit | 217126bfed560ff9067def67d30717a68ed2f017 (patch) | |
tree | 02ad7c2a8363a3da7c6974da06d94dfa24b77840 /dbaccess/source/core | |
parent | 38ad5ff1ca1838772ebe0f1ba1da36a9011b7120 (diff) |
dba34c: fix missed
Diffstat (limited to 'dbaccess/source/core')
-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 d8609bc10..9963d2ad6 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 |