drawinglayer/source/processor2d/vclpixelprocessor2d.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit ee013bd6af5acb6a12f596a7b32e12cb42755efb Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Wed Jun 29 18:15:54 2022 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Wed Jun 29 19:26:58 2022 +0200 Fix typos Change-Id: Ifcefc082a007ebae2c44cccc15a475d73b6bf64d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/136628 Tested-by: Julien Nabet <serval2...@yahoo.fr> Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/drawinglayer/source/processor2d/vclpixelprocessor2d.cxx b/drawinglayer/source/processor2d/vclpixelprocessor2d.cxx index f2bf82a9ce7b..ac27fa59dc70 100644 --- a/drawinglayer/source/processor2d/vclpixelprocessor2d.cxx +++ b/drawinglayer/source/processor2d/vclpixelprocessor2d.cxx @@ -1212,10 +1212,10 @@ void VclPixelProcessor2D::processFillGradientPrimitive2D( } // tdf#149754 VCL gradient draw is not capable to handle all primitive gradient definitions, - // what should be clear due to being developed to ectend/replace them in + // what should be clear due to being developed to extend/replace them in // capabilities & precision. // It is e.g. not capable to correctly paint if the OutputRange is not completely - // inside the DefinitionRange, thus forcing to paint gradent parts *outside* the + // inside the DefinitionRange, thus forcing to paint gradient parts *outside* the // DefinitionRange. // This happens for Writer with Frames anchored in Frames (and was broken due to // falling back to VCL Gradient paint here), and for the new SlideBackgroundFill