From a97e6246928abfbe0478a493bb715e6fd92e1553 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Tue, 9 Jul 2024 17:36:33 +0200 Subject: [PATCH] Fix typo Change-Id: Ic166e36a90c09df9cab49f3b2b8092e64730d05f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170245 Tested-by: Jenkins Reviewed-by: Julien Nabet --- drawinglayer/source/processor2d/cairopixelprocessor2d.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drawinglayer/source/processor2d/cairopixelprocessor2d.cxx b/drawinglayer/source/processor2d/cairopixelprocessor2d.cxx index 15a9e149a594..e31339eac15e 100644 --- a/drawinglayer/source/processor2d/cairopixelprocessor2d.cxx +++ b/drawinglayer/source/processor2d/cairopixelprocessor2d.cxx @@ -1215,7 +1215,7 @@ void CairoPixelProcessor2D::processInvertPrimitive2D( for (sal_uInt32 x(0); x < nDstWidth; ++x) { - // do not forget prfe-multiply -> need to get both alphas + // do not forget pre-multiply -> need to get both alphas sal_uInt8 nSrcAlpha(pSrcData[SVP_CAIRO_ALPHA]); sal_uInt8 nDstAlpha(pDstData[SVP_CAIRO_ALPHA]);