diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2023-05-15 23:42:51 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2023-05-16 09:45:12 +0200 |
commit | e775824b63d61aa9c65560e42c1e4faf1a3fd3a8 (patch) | |
tree | 381267ddde7baba7b1c2103587d6d66c12e4641b /drawinglayer | |
parent | d9cd177b9b08d454882dd77ffeb825a184a1b540 (diff) |
Fix typo
Change-Id: I77c647c513c4b605917888bd9054385b2f7f7bf3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151814
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 b9f6357164ec..07b68c9eaad7 100644 --- a/drawinglayer/qa/unit/vclpixelprocessor2d.cxx +++ b/drawinglayer/qa/unit/vclpixelprocessor2d.cxx @@ -70,7 +70,7 @@ public: // It was originally needed to correctly display TextFrames (TF) in Writer: If you // have a TF in SW filled with a gradient and that TF has sub-frames, it inherits // 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 + // parent TF there has to be a way to not only paint gradients in their definition // range (classical, all DrawObjects do that), but extended from that. This is // 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. |