cppcheck: prefer prefix variant
This commit is contained in:
parent
07a06abace
commit
8feb80cc72
1 changed files with 1 additions and 1 deletions
|
@ -1687,7 +1687,7 @@ void ApplyRectangularGradientAsBitmap( const SvxMSDffManager& rManager, SvStream
|
|||
aColorB = aIter->aColor;
|
||||
}
|
||||
}
|
||||
aIter++;
|
||||
++aIter;
|
||||
}
|
||||
double fRed = aColorA.GetRed(), fGreen = aColorA.GetGreen(), fBlue = aColorA.GetBlue();
|
||||
double fD1 = fB - fA;
|
||||
|
|
Loading…
Reference in a new issue