[Libreoffice-commits] core.git: filter/source
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Sun Sep 1 07:56:42 UTC 2019
filter/source/graphicfilter/ipict/ipict.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 4ed9e48052163a89ac6268eabebc307d1336d42b
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sun Sep 1 09:33:54 2019 +0200
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sun Sep 1 09:56:06 2019 +0200
Fix typo
I guess this is in French.
Change-Id: I2b68ecc41a08fb10ae0d237864fbbef3c8983461
Reviewed-on: https://gerrit.libreoffice.org/78363
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
Tested-by: Julien Nabet <serval2412 at yahoo.fr>
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 ) );
More information about the Libreoffice-commits
mailing list