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
commit1dfc51bbb2237aba20957c88e7478356734edbcd (patch)
tree3bd49b4c1f6b658b06623e7460a1509211826aa7 /ucb
parent7561f3a612b4f5e1e3826c4caaadf572e1d8b0c2 (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 a69b9900e3..51642aab9b 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;
}
}