diff options
-rw-r--r-- | dbaccess/source/core/api/RowSetCacheIterator.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dbaccess/source/core/api/RowSetCacheIterator.cxx b/dbaccess/source/core/api/RowSetCacheIterator.cxx index a55b0d1796f2..4d0e2320f5fc 100644 --- a/dbaccess/source/core/api/RowSetCacheIterator.cxx +++ b/dbaccess/source/core/api/RowSetCacheIterator.cxx @@ -118,7 +118,6 @@ sal_Bool ORowSetCacheIterator::isNull() const sal_Bool bRet = !m_pCache || !m_pRowSet || m_aIter == m_pCache->m_aCacheIterators.end(); if ( !bRet ) { - ORowSetCacheIterator_Helper aHelper = m_aIter->second; bRet = ( m_pRowSet->isInsertRow() ? m_aIter->second.aIterator == m_pCache->m_pInsertMatrix->end() |