Fix typo
Change-Id: I7a3a2f7d7e98c8bb34b31a3fb20b6a92493f5b32 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/174345 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Jenkins
This commit is contained in:
parent
c1cfc64a12
commit
ad06ec4c5b
1 changed files with 1 additions and 1 deletions
|
@ -1051,7 +1051,7 @@ BitmapEx CairoPixelProcessor2D::extractBitmapEx() const
|
|||
|
||||
for (sal_uInt32 x(0); x < nWidth; ++x)
|
||||
{
|
||||
// RGBA: Do not forget: it's pre-mulitiplied
|
||||
// RGBA: Do not forget: it's pre-multiplied
|
||||
sal_uInt8 nAlpha(pPixelData[SVP_CAIRO_ALPHA]);
|
||||
aAccess.SetPixelOnData(
|
||||
pWriteRGB, x,
|
||||
|
|
Loading…
Reference in a new issue