I guess this is in French.

Change-Id: I2b68ecc41a08fb10ae0d237864fbbef3c8983461
Reviewed-on: https://gerrit.libreoffice.org/78363
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
This commit is contained in:
Andrea Gelmini
2019-09-01 09:33:54 +02:00
committed by Julien Nabet
parent c49c81759b
commit 4ed9e48052

View File

@@ -1335,7 +1335,7 @@ sal_uLong PictReader::ReadData(sal_uInt16 nOpcode)
// I do that because the clipping is often used to clean a region,
// before drawing some text and also to draw this text.
// So using a too small region can lead to clip the end of the text ;
// but this can be discutable...
// but this can be discussable...
aRect.setWidth(aRect.getWidth()+1);
aRect.setHeight(aRect.getHeight()+1);
pVirDev->SetClipRegion( vcl::Region( aRect ) );