summaryrefslogtreecommitdiff
path: root/drawinglayer/source
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2024-07-19 13:07:17 +0200
committerAndrea Gelmini <andrea.gelmini@gelma.net>2024-07-19 20:21:24 +0200
commit9653335b8730a73c06e11c0eb7f7e59882499f5b (patch)
tree8ce146eea9aecd15fbfdb05bfacbf0de0730abb4 /drawinglayer/source
parent99c660a95cb431b4c0330ab4fba54a5eef2e24b6 (diff)
Fix typo
Change-Id: Ic8196943a5b24541642a117555c2d695fb848db3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170754 Tested-by: Jenkins Reviewed-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Diffstat (limited to 'drawinglayer/source')
-rw-r--r--drawinglayer/source/processor2d/cairopixelprocessor2d.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/drawinglayer/source/processor2d/cairopixelprocessor2d.cxx b/drawinglayer/source/processor2d/cairopixelprocessor2d.cxx
index bf9b582a994f..28fe0142b898 100644
--- a/drawinglayer/source/processor2d/cairopixelprocessor2d.cxx
+++ b/drawinglayer/source/processor2d/cairopixelprocessor2d.cxx
@@ -2498,7 +2498,7 @@ void CairoPixelProcessor2D::processFillGradientPrimitive2D_fallback_decompose(
{
if (rFillGradientPrimitive2D.hasAlphaGradient())
{
- // process recursively to elliminate alpha, cannot be used in decompose fallback
+ // process recursively to eliminate alpha, cannot be used in decompose fallback
process(rFillGradientPrimitive2D);
return;
}