drawinglayer/source/primitive2d/PolyPolygonAlphaGradientPrimitive2D.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit f675638d9cee8ed90eda4f6ecca5f122cfbe3cdf Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Fri Aug 9 00:28:00 2024 +0200 Commit: Andrea Gelmini <andrea.gelm...@gelma.net> CommitDate: Fri Aug 9 03:38:14 2024 +0200 Fix typo Change-Id: Ib0d3d4b35c6b63189f3fa6b68c73c87f8f3f99dd Reviewed-on: https://gerrit.libreoffice.org/c/core/+/171657 Reviewed-by: Andrea Gelmini <andrea.gelm...@gelma.net> Tested-by: Jenkins diff --git a/drawinglayer/source/primitive2d/PolyPolygonAlphaGradientPrimitive2D.cxx b/drawinglayer/source/primitive2d/PolyPolygonAlphaGradientPrimitive2D.cxx index c65785e78bb8..63de94bb39ad 100644 --- a/drawinglayer/source/primitive2d/PolyPolygonAlphaGradientPrimitive2D.cxx +++ b/drawinglayer/source/primitive2d/PolyPolygonAlphaGradientPrimitive2D.cxx @@ -49,7 +49,7 @@ Primitive2DReference PolyPolygonAlphaGradientPrimitive2D::create2DDecomposition( basegfx::BColor aSingleColor; if (getAlphaGradient().getColorStops().isSingleColor(aSingleColor)) { - // no real taransparence gradient, only unified alpha, + // no real transparence gradient, only unified alpha, // we can use PolyPolygonRGBAPrimitive2D return new PolyPolygonRGBAPrimitive2D(getB2DPolyPolygon(), getBColor(), aSingleColor.luminance());