[Libreoffice-commits] core.git: dbaccess/source
Julien Nabet
serval2412 at yahoo.fr
Thu Jun 6 14:54:18 PDT 2013
dbaccess/source/core/api/RowSetCacheIterator.cxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit e6edfb63243b4fc09ebd872a7dab512fac7be599
Author: Julien Nabet <serval2412 at yahoo.fr>
Date: Thu Jun 6 23:53:15 2013 +0200
cppcheck: unread variable
Change-Id: I809cdbeb71bf4cf014e6d578f35c8a646a5c937e
diff --git a/dbaccess/source/core/api/RowSetCacheIterator.cxx b/dbaccess/source/core/api/RowSetCacheIterator.cxx
index a55b0d1..4d0e232 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()
More information about the Libreoffice-commits
mailing list