summaryrefslogtreecommitdiff
path: root/ucb
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-01-06 14:18:21 +0000
committerCaolán McNamara <caolanm@redhat.com>2011-01-06 14:47:38 +0000
commitde26c2c65c21182d23cbf660cf6bd19cd84f7f90 (patch)
treec9b4d8c428cfa978182eac2ab6a268043f4337b9 /ucb
parentc1d1dcb62abe696b7f4aaa035eefe08ed11b9ca6 (diff)
cppunit: prefer prefix variant
Diffstat (limited to 'ucb')
-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;
}
}