prefer prefix ++/-- operators

This commit is contained in:
Kayo Hamid
2011-04-19 10:32:34 +01:00
committed by Caolán McNamara
parent 7825929a90
commit c3ee5356b7

View File

@@ -711,8 +711,7 @@ void ZipPackageFolder::saveContents(OUString &rPath, std::vector < Sequence < Pr
}
for ( ContentHash::const_iterator aCI = maContents.begin(), aEnd = maContents.end();
aCI != aEnd;
aCI++)
aCI != aEnd; ++aCI)
{
const OUString &rShortName = (*aCI).first;
const ContentInfo &rInfo = *(*aCI).second;