Fix typos
Change-Id: If1e5d6c8a24df6b8448fe393eb25dfe20d4b89b9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/173823 Tested-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
This commit is contained in:
parent
84299f3da3
commit
2be38378f1
1 changed files with 1 additions and 1 deletions
|
@ -1372,7 +1372,7 @@ void CairoPixelProcessor2D::processInvertPrimitive2D(
|
|||
unsigned char* pBackData(pBackDataRoot + (nBackStride * (y + nBackOffY))
|
||||
+ (nBackOffX * 4));
|
||||
|
||||
// added advance mem to for-expression to be able to to coninue calls inside
|
||||
// added advance mem to for-expression to be able to continue calls inside
|
||||
for (sal_uInt32 x(0); x < nFrontWidth; ++x, pBackData += 4, pFrontData += 4)
|
||||
{
|
||||
// do not forget pre-multiply. Use 255 for non-premultiplied to
|
||||
|
|
Loading…
Reference in a new issue