drawinglayer/qa/unit/vclpixelprocessor2d.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit e775824b63d61aa9c65560e42c1e4faf1a3fd3a8 Author: Andrea Gelmini <[email protected]> AuthorDate: Mon May 15 23:42:51 2023 +0200 Commit: Julien Nabet <[email protected]> CommitDate: Tue May 16 09:45:12 2023 +0200 Fix typo Change-Id: I77c647c513c4b605917888bd9054385b2f7f7bf3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151814 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 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.
