dba34b: #i109956# notify column values when row is refreshed

This commit is contained in:
Ocke.Janssen 2010-11-26 08:29:58 +01:00
parent 7da3a0be8c
commit 4e84dfc118

View file

@ -1198,8 +1198,11 @@ void SAL_CALL ORowSetBase::refreshRow( ) throw(SQLException, RuntimeException)
if(!(m_bBeforeFirst || m_bAfterLast))
{
sal_Bool bWasNew = m_pCache->m_bNew || impl_rowDeleted();
ORowSetRow aOldValues = getOldRow(bWasNew);
positionCache( MOVE_NONE_REFRESH_ONLY );
m_pCache->refreshRow();
firePropertyChange(aOldValues);
}
}
// -------------------------------------------------------------------------