summaryrefslogtreecommitdiffstats
path: root/comphelper/source
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-01-06 14:06:38 +0000
committerCaolán McNamara <caolanm@redhat.com>2011-01-06 14:06:38 +0000
commitd90fef45cd1a8f15c54debd0542b1ec250ad57aa (patch)
tree8cb3801e3ff0b6725afd89b3a0f8fa05676b6ad5 /comphelper/source
parentcppunit: prefer prefix variant (diff)
downloadcore-d90fef45cd1a8f15c54debd0542b1ec250ad57aa.tar.gz
core-d90fef45cd1a8f15c54debd0542b1ec250ad57aa.zip
cppunit: prefer prefix variant
Diffstat (limited to 'comphelper/source')
-rw-r--r--comphelper/source/property/propertysetinfo.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/comphelper/source/property/propertysetinfo.cxx b/comphelper/source/property/propertysetinfo.cxx
index 6642c0d4db55..1b3d8b92b951 100644
--- a/comphelper/source/property/propertysetinfo.cxx
+++ b/comphelper/source/property/propertysetinfo.cxx
@@ -131,8 +131,8 @@ Sequence< Property > PropertyMapImpl::getProperties() throw()
pProperties->Type = *pEntry->mpType;
pProperties->Attributes = pEntry->mnAttributes;
- pProperties++;
- aIter++;
+ ++pProperties;
+ ++aIter;
}
}