From b4a64ea76a4e0d5dcdbb806ae7352d715226b494 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Mon, 15 May 2023 23:40:27 +0200 Subject: Fix typo Change-Id: Idce8a85c80c21ee4667810ec6f397389077432d7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151810 Tested-by: Julien Nabet Reviewed-by: Julien Nabet --- drawinglayer/qa/unit/vclpixelprocessor2d.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drawinglayer') 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 -- cgit