Fix typo
Change-Id: Ic166e36a90c09df9cab49f3b2b8092e64730d05f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170245 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
This commit is contained in:
parent
180d33c69a
commit
a97e624692
1 changed files with 1 additions and 1 deletions
|
@ -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]);
|
||||
|
||||
|
|
Loading…
Reference in a new issue