summaryrefslogtreecommitdiffstats
path: root/basegfx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-07-20 10:35:51 +0200
committerJulien Nabet <serval2412@yahoo.fr>2018-07-20 12:34:10 +0200
commit75ecad2b30c8d564444355f0aaaf1ec093ed16cc (patch)
tree9abc1ed2445cbddb2ecd5b95e7a1dbdd370816a0 /basegfx
parenttdf#118521 DOCX import: style sets unset left/right/hanging margin (diff)
downloadcore-75ecad2b30c8d564444355f0aaaf1ec093ed16cc.tar.gz
core-75ecad2b30c8d564444355f0aaaf1ec093ed16cc.zip
Fix typos
Change-Id: I1450de6d00f52bbe1f4fdebb375f505243e1eba9 Reviewed-on: https://gerrit.libreoffice.org/57769 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'basegfx')
-rw-r--r--basegfx/source/polygon/b2dtrapezoid.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/basegfx/source/polygon/b2dtrapezoid.cxx b/basegfx/source/polygon/b2dtrapezoid.cxx
index 0916099a8c4c..9a8bcf48aee2 100644
--- a/basegfx/source/polygon/b2dtrapezoid.cxx
+++ b/basegfx/source/polygon/b2dtrapezoid.cxx
@@ -961,7 +961,7 @@ namespace basegfx
{
if(fTools::lessOrEqual(fLineWidth, 0.0))
{
- // no line witdh
+ // no line width
return;
}