dba34b: #i109956# notify column values when row is refreshed
This commit is contained in:
parent
7da3a0be8c
commit
4e84dfc118
1 changed files with 3 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
// -------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in a new issue