diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2024-07-17 08:00:10 +0200 |
---|---|---|
committer | Taichi Haradaguchi <20001722@ymail.ne.jp> | 2024-07-18 10:01:54 +0200 |
commit | b97e1d6c119bd58966df5d87d853f62bc06b7b87 (patch) | |
tree | 3ab80104da57239e5607af202872a7ec13bdcb2f /drawinglayer/source | |
parent | f60a6fa11d8ef5227abec6d59b359ea16bc1f795 (diff) |
Fix typo
Change-Id: I391cdffe679f664af8cdb0fa3ce0b987232e422c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170597
Reviewed-by: Taichi Haradaguchi <20001722@ymail.ne.jp>
Tested-by: Jenkins
Diffstat (limited to 'drawinglayer/source')
-rw-r--r-- | drawinglayer/source/processor2d/cairopixelprocessor2d.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drawinglayer/source/processor2d/cairopixelprocessor2d.cxx b/drawinglayer/source/processor2d/cairopixelprocessor2d.cxx index 5761d8f4bdb1..034e59dceea4 100644 --- a/drawinglayer/source/processor2d/cairopixelprocessor2d.cxx +++ b/drawinglayer/source/processor2d/cairopixelprocessor2d.cxx @@ -2564,7 +2564,7 @@ void CairoPixelProcessor2D::processFillGradientPrimitive2D( return; } - // for dfirect RGBA gradient render support: assert when the definition + // for direct RGBA gradient render support: assert when the definition // is not allowed, it HAS to fulfil the requested preconditions. Note that // the form to call this function using nullptr != pFillGradientAlpha is // only allowed locally in CairoPixelProcessor2D::processMaskPrimitive2D |