prefer prefix ++/-- operators
This commit is contained in:
committed by
Caolán McNamara
parent
7825929a90
commit
c3ee5356b7
@@ -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;
|
||||
|
Reference in New Issue
Block a user