Fix typo
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:
committed by
Julien Nabet
parent
c49c81759b
commit
4ed9e48052
@@ -1335,7 +1335,7 @@ sal_uLong PictReader::ReadData(sal_uInt16 nOpcode)
|
|||||||
// I do that because the clipping is often used to clean a region,
|
// I do that because the clipping is often used to clean a region,
|
||||||
// before drawing some text and also to draw this text.
|
// 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 ;
|
// 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.setWidth(aRect.getWidth()+1);
|
||||||
aRect.setHeight(aRect.getHeight()+1);
|
aRect.setHeight(aRect.getHeight()+1);
|
||||||
pVirDev->SetClipRegion( vcl::Region( aRect ) );
|
pVirDev->SetClipRegion( vcl::Region( aRect ) );
|
||||||
|
Reference in New Issue
Block a user