From 4ed9e48052163a89ac6268eabebc307d1336d42b Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sun, 1 Sep 2019 09:33:54 +0200 Subject: Fix typo I guess this is in French. Change-Id: I2b68ecc41a08fb10ae0d237864fbbef3c8983461 Reviewed-on: https://gerrit.libreoffice.org/78363 Reviewed-by: Julien Nabet Tested-by: Julien Nabet --- filter/source/graphicfilter/ipict/ipict.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/filter/source/graphicfilter/ipict/ipict.cxx b/filter/source/graphicfilter/ipict/ipict.cxx index 722234d399e5..560841037b98 100644 --- a/filter/source/graphicfilter/ipict/ipict.cxx +++ b/filter/source/graphicfilter/ipict/ipict.cxx @@ -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 ) ); -- cgit