cppcheck: unread variable

Change-Id: I809cdbeb71bf4cf014e6d578f35c8a646a5c937e
This commit is contained in:
Julien Nabet
2013-06-06 23:53:15 +02:00
parent 6db2752e17
commit e6edfb6324

View File

@ -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()