summaryrefslogtreecommitdiff
path: root/ucb/source/core/ucbstore.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/core/ucbstore.cxx')
-rw-r--r--ucb/source/core/ucbstore.cxx2
1 files changed, 1 insertions, 1 deletions
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;
}
}