diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2023-05-15 23:40:27 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2023-05-16 09:38:37 +0200 |
commit | b4a64ea76a4e0d5dcdbb806ae7352d715226b494 (patch) | |
tree | 43f73853df66df7a548485f73edb027fd85ffd4a /drawinglayer | |
parent | 90a8073fa5a6a724de498130476895dfaf4429b5 (diff) |
Fix typo
Change-Id: Idce8a85c80c21ee4667810ec6f397389077432d7
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151810
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'drawinglayer')
-rw-r--r-- | drawinglayer/qa/unit/vclpixelprocessor2d.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 |