diff --git a/ucb/source/core/ucbstore.cxx b/ucb/source/core/ucbstore.cxx index 912e2c94b395..f2c14121e319 100644 --- a/ucb/source/core/ucbstore.cxx +++ b/ucb/source/core/ucbstore.cxx @@ -2350,7 +2350,7 @@ void SAL_CALL PersistentPropertySet::setPropertyValues( while ( it != end ) { notifyPropertyChangeEvent( (*it) ); - it++; + ++it; } }