drawinglayer/source/processor2d/cairopixelprocessor2d.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit fde7e6f4991fa54c474d25c50e3e7cdf611e45c0 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Fri Aug 9 00:24:49 2024 +0200 Commit: Andrea Gelmini <andrea.gelm...@gelma.net> CommitDate: Fri Aug 9 03:37:07 2024 +0200 Fix typo Change-Id: Idff087ba5ed07ac914c8c4c568db65ef9397623c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/171654 Tested-by: Jenkins Reviewed-by: Andrea Gelmini <andrea.gelm...@gelma.net> diff --git a/drawinglayer/source/processor2d/cairopixelprocessor2d.cxx b/drawinglayer/source/processor2d/cairopixelprocessor2d.cxx index 3ce542197246..dd7bf7373dcf 100644 --- a/drawinglayer/source/processor2d/cairopixelprocessor2d.cxx +++ b/drawinglayer/source/processor2d/cairopixelprocessor2d.cxx @@ -2821,7 +2821,7 @@ void CairoPixelProcessor2D::processPolyPolygonAlphaGradientPrimitive2D( const css::awt::GradientStyle aStyle(rAlphaGradient.getStyle()); if (css::awt::GradientStyle_SQUARE == aStyle || css::awt::GradientStyle_RECT == aStyle) { - // direct paint cannot be used for thse styles since they get 'stitched' + // direct paint cannot be used for these styles since they get 'stitched' // by multiple parts, so *need* singhle alpha for multiple pieces, go // with decompose/recursion process(rPolyPolygonAlphaGradientPrimitive2D);