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();
|
for ( ContentHash::const_iterator aCI = maContents.begin(), aEnd = maContents.end();
|
||||||
aCI != aEnd;
|
aCI != aEnd; ++aCI)
|
||||||
aCI++)
|
|
||||||
{
|
{
|
||||||
const OUString &rShortName = (*aCI).first;
|
const OUString &rShortName = (*aCI).first;
|
||||||
const ContentInfo &rInfo = *(*aCI).second;
|
const ContentInfo &rInfo = *(*aCI).second;
|
||||||
|
Reference in New Issue
Block a user