cppunit: prefer prefix variant
This commit is contained in:
parent
062f5792d4
commit
c75df25a54
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ namespace oooimprovement
|
||||||
vector<OUString> files_to_kill = getLogStoragefiles(m_ServiceFactory, &isZipOrLogFile);
|
vector<OUString> files_to_kill = getLogStoragefiles(m_ServiceFactory, &isZipOrLogFile);
|
||||||
for(vector<OUString>::iterator item = files_to_kill.begin();
|
for(vector<OUString>::iterator item = files_to_kill.begin();
|
||||||
item != files_to_kill.end();
|
item != files_to_kill.end();
|
||||||
item++)
|
++item)
|
||||||
file_access->kill(*item);
|
file_access->kill(*item);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue