forked from amazingfate/loongoffice
cppcheck: unread variable
Change-Id: I809cdbeb71bf4cf014e6d578f35c8a646a5c937e
This commit is contained in:
@ -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()
|
||||
|
||||
Reference in New Issue
Block a user