cppcheck: Prefer prefix ++/-- operators
This commit is contained in:
parent
b92894e11a
commit
4938a98225
1 changed files with 1 additions and 1 deletions
|
@ -213,7 +213,7 @@ ImplFontAttrCache::~ImplFontAttrCache()
|
|||
|
||||
aCacheFile.WriteByteStringLine( rDFA.maStyleName, RTL_TEXTENCODING_UTF8 );
|
||||
|
||||
aIter++;
|
||||
++aIter;
|
||||
}
|
||||
// EOF Marker
|
||||
String aEmptyStr;
|
||||
|
|
Loading…
Reference in a new issue