Kaydet (Commit) 1bbc5537 authored tarafından Luc Castermans's avatar Luc Castermans Kaydeden (comit) Caolán McNamara

corrected translation, thanks to Philipp Weissenbacher

Change-Id: I7b2f9c6ed95d07c2004ece64f5ff24b9a8a003d4
Reviewed-on: https://gerrit.libreoffice.org/8112Reviewed-by: 's avatarCaolán McNamara <caolanm@redhat.com>
Tested-by: 's avatarCaolán McNamara <caolanm@redhat.com>
üst 77e95ea6
......@@ -406,7 +406,7 @@ void OutputDevice::ImplDrawComplexGradient( const Rectangle& rRect,
nStepCount = nMinRect / nInc;
}
// at least three steps and maximum number if colour differences
// at least three steps and at most the number of colour differences
long nSteps = std::max( nStepCount, 2L );
long nCalcSteps = std::abs( nRedSteps );
long nTempSteps = std::abs( nGreenSteps );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment