diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-01-06 14:18:21 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-01-06 14:47:38 +0000 |
commit | de26c2c65c21182d23cbf660cf6bd19cd84f7f90 (patch) | |
tree | c9b4d8c428cfa978182eac2ab6a268043f4337b9 /ucb | |
parent | c1d1dcb62abe696b7f4aaa035eefe08ed11b9ca6 (diff) |
cppunit: prefer prefix variant
Diffstat (limited to 'ucb')
-rw-r--r-- | ucb/source/core/ucbstore.cxx | 2 |
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; } } |