dbaccess: sal_Bool->bool

Change-Id: Ieb52470f9638b74898954db3890aaf2cf202290a
This commit is contained in:
Noel Grandin
2014-04-17 11:16:55 +02:00
parent 6907b67d3d
commit fee4efcb54
362 changed files with 3359 additions and 3359 deletions

View File

@@ -414,7 +414,7 @@ void OptimisticSet::executeDelete(const ORowSetRow& _rDeleteRow,const OUString&
if(m_aKeyIter == m_aKeyMap.find(nBookmark) && m_aKeyIter != m_aKeyMap.end())
++m_aKeyIter;
m_aKeyMap.erase(nBookmark);
m_bDeleted = sal_True;
m_bDeleted = true;
}
}