drawinglayer/qa/unit/vclpixelprocessor2d.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit b4a64ea76a4e0d5dcdbb806ae7352d715226b494 Author: Andrea Gelmini <[email protected]> AuthorDate: Mon May 15 23:40:27 2023 +0200 Commit: Julien Nabet <[email protected]> CommitDate: Tue May 16 09:38:37 2023 +0200 Fix typo Change-Id: Idce8a85c80c21ee4667810ec6f397389077432d7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151810 Tested-by: Julien Nabet <[email protected]> Reviewed-by: Julien Nabet <[email protected]> diff --git a/drawinglayer/qa/unit/vclpixelprocessor2d.cxx b/drawinglayer/qa/unit/vclpixelprocessor2d.cxx index 8a3605d93280..18bdeb9fdf6e 100644 --- a/drawinglayer/qa/unit/vclpixelprocessor2d.cxx +++ b/drawinglayer/qa/unit/vclpixelprocessor2d.cxx @@ -72,7 +72,7 @@ public: // the gradient fill. Since you can freely move those sub-TFs even outside the // parent TF there has to be a way to not only paint gradients in ther definition // range (classical, all DrawObjects do that), but extended from that. This is - // needed e.g. for linerar gradients, but - dependent of e.g. the center settings - + // needed e.g. for linear gradients, but - dependent of e.g. the center settings - // also for all other ones, all can have geometry 'outside' the DefinitionRange. // This is now also used in various other locations which is proof that this is // useful and needed. It is possible to see that basic history/reason for this
