summaryrefslogtreecommitdiff
path: root/dbaccess/source/core/api/RowSetCache.cxx
diff options
context:
space:
mode:
authorOcke.Janssen <Ocke.Janssen@oracle.com>2011-01-21 09:31:23 +0100
committerOcke.Janssen <Ocke.Janssen@oracle.com>2011-01-21 09:31:23 +0100
commit984a233417d1ceb056abeeb6b7f4765c793d5566 (patch)
tree1fdf82d7b239e7033d3b973d08d93a219c41a3ec /dbaccess/source/core/api/RowSetCache.cxx
parentfa22008c7d4b50f1b3937e1ed10332c5866a5b65 (diff)
parent4ee7211a6f1ebe91595a42e85e00dfba3ea6aecb (diff)
dba34d: merge from cws
Diffstat (limited to 'dbaccess/source/core/api/RowSetCache.cxx')
-rw-r--r--dbaccess/source/core/api/RowSetCache.cxx2
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