cppunit: prefer prefix variant
This commit is contained in:
parent
c1d1dcb62a
commit
de26c2c65c
1 changed files with 1 additions and 1 deletions
|
@ -2350,7 +2350,7 @@ void SAL_CALL PersistentPropertySet::setPropertyValues(
|
|||
while ( it != end )
|
||||
{
|
||||
notifyPropertyChangeEvent( (*it) );
|
||||
it++;
|
||||
++it;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue