summaryrefslogtreecommitdiffstats
path: root/emfio
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2021-05-15 11:38:37 +0200
committerAndrea Gelmini <andrea.gelmini@gelma.net>2021-05-17 16:07:53 +0200
commit817b438ef587d79350963738619d8669dffbccd7 (patch)
treed07b398c6f0b5f5d9e260c42db858ee7e0bc5bdb /emfio
parentdont leak NSS Arena in svl::crypto::Signing::Sign (diff)
downloadcore-817b438ef587d79350963738619d8669dffbccd7.tar.gz
core-817b438ef587d79350963738619d8669dffbccd7.zip
Fix typos
Change-Id: I4be77bf074f93fc978e34e5ba4c4693896e4c467 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115645 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org> Reviewed-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Diffstat (limited to 'emfio')
-rw-r--r--emfio/source/reader/mtftools.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/emfio/source/reader/mtftools.cxx b/emfio/source/reader/mtftools.cxx
index a5634386729f..f7db5b29ff14 100644
--- a/emfio/source/reader/mtftools.cxx
+++ b/emfio/source/reader/mtftools.cxx
@@ -1346,7 +1346,7 @@ namespace emfio
// tdf#142014 By default the stroke is made with hairline. If width is bigger, we need to use PolyLineAction
if ( bStroke )
{
- // bFill is drawing hairstyle line. So we need to to draw it only when the width is different than 0
+ // bFill is drawing hairstyle line. So we need to draw it only when the width is different than 0
if ( !bFill || maLineStyle.aLineInfo.GetWidth() || ( maLineStyle.aLineInfo.GetStyle() == LineStyle::Dash ) )
{
sal_uInt16 i, nCount = maPathObj.Count();