drawinglayer/qa/unit/vclpixelprocessor2d.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 645adce7c7294148f2729e648c37370e788575bf Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Mon May 15 23:40:03 2023 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Tue May 16 09:04:01 2023 +0200 Fix typo Change-Id: Id6f8a07f62e5861c4ad37b4537436632243b1a1c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151809 Tested-by: Julien Nabet <serval2...@yahoo.fr> Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/drawinglayer/qa/unit/vclpixelprocessor2d.cxx b/drawinglayer/qa/unit/vclpixelprocessor2d.cxx index 7f59e7e3edd0..202bb158e36b 100644 --- a/drawinglayer/qa/unit/vclpixelprocessor2d.cxx +++ b/drawinglayer/qa/unit/vclpixelprocessor2d.cxx @@ -68,7 +68,7 @@ public: // the case --- it is in fact the *contrary*, it is there to *extend* the // usual definition/paintRange of a gradient: // 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 inhertits + // 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 // range (classical, all DrawObjects do that), but extended from that. This is