summaryrefslogtreecommitdiffstats
path: root/comphelper/source
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2010-12-23 14:01:55 +0000
committerCaolán McNamara <caolanm@redhat.com>2010-12-23 14:01:55 +0000
commitbdff19462429f8ed55cfd8a14842785a227cd627 (patch)
tree4f8ec7e5c1be1908a917e580780872499c428397 /comphelper/source
parentcppcheck: prefer prefix variant (diff)
downloadcore-bdff19462429f8ed55cfd8a14842785a227cd627.tar.gz
core-bdff19462429f8ed55cfd8a14842785a227cd627.zip
cppcheck: prefer prefix variant
Diffstat (limited to 'comphelper/source')
-rw-r--r--comphelper/source/property/MasterPropertySetInfo.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/comphelper/source/property/MasterPropertySetInfo.cxx b/comphelper/source/property/MasterPropertySetInfo.cxx
index fd5ec0fe7355..e46faf00447a 100644
--- a/comphelper/source/property/MasterPropertySetInfo.cxx
+++ b/comphelper/source/property/MasterPropertySetInfo.cxx
@@ -104,7 +104,7 @@ void MasterPropertySetInfo::add( PropertyInfoHash &rHash, sal_uInt8 nMapId )
OSL_ENSURE( sal_False, "Warning: PropertyInfo added twice, possible error!");
#endif
maMap[(*aIter).first] = new PropertyData ( nMapId, (*aIter).second );
- aIter++;
+ ++aIter;
}
}