diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-09-29 18:13:11 +0200 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2015-09-30 06:39:43 +0000 |
commit | 4314fb6418299f28139132d1044f890712c57e8f (patch) | |
tree | ce7b8f439bb02732f19ee556871f79bc4fb55355 /vcl/source/outdev/gradient.cxx | |
parent | e01ef3e51e931683326aa47022a84c667036524a (diff) |
Fix typos
Change-Id: I33385f1395f428c14bf86eff9891b288ddc590de
Reviewed-on: https://gerrit.libreoffice.org/18993
Reviewed-by: Joren De Cuyper <jorendc@libreoffice.org>
Tested-by: Joren De Cuyper <jorendc@libreoffice.org>
Diffstat (limited to 'vcl/source/outdev/gradient.cxx')
-rw-r--r-- | vcl/source/outdev/gradient.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/outdev/gradient.cxx b/vcl/source/outdev/gradient.cxx index 5222c1e60dca..847cce31089d 100644 --- a/vcl/source/outdev/gradient.cxx +++ b/vcl/source/outdev/gradient.cxx @@ -562,7 +562,7 @@ void OutputDevice::DrawComplexGradient( const Rectangle& rRect, nGreen = GetGradientColorValue( nStartGreen + ( ( nGreenSteps * nStepIndex ) / nSteps ) ); nBlue = GetGradientColorValue( nStartBlue + ( ( nBlueSteps * nStepIndex ) / nSteps ) ); - // either slow tools::PolyPolygon output or fast Polygon-Paiting + // either slow tools::PolyPolygon output or fast Polygon-Painting if( xPolyPoly ) { bPaintLastPolygon = true; // #107349# Paint last polygon only if loop has generated any output |