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>
This commit is contained in:
parent
99c660a95c
commit
9653335b87
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue