diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2023-05-15 23:40:03 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2023-05-16 09:04:01 +0200 |
commit | 645adce7c7294148f2729e648c37370e788575bf (patch) | |
tree | 1704174c2f97a8aa241eb1d7f53dcf29bf67bd32 /drawinglayer | |
parent | a396d0e373f3e62931f2660a1b149e88d2eaefec (diff) |
Fix typo
Change-Id: Id6f8a07f62e5861c4ad37b4537436632243b1a1c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151809
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 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 |