summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-12-05 15:05:46 +0100
committerJulien Nabet <serval2412@yahoo.fr>2017-12-05 17:32:52 +0100
commit36c9eddf44b302bf1e9a9b88af8f89d3e2012df2 (patch)
treec96355463c5771aeb0bd382341bb96b548dfba68 /filter
parent863e269cd3d37034e634d9ad730d8e87a46ceb76 (diff)
Fix typo
Change-Id: I6d00282ec472fb145cc31bced6f5c033e6936596 Reviewed-on: https://gerrit.libreoffice.org/45881 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'filter')
-rw-r--r--filter/source/xslt/import/wordml/wordml2ooo_draw.xsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/source/xslt/import/wordml/wordml2ooo_draw.xsl b/filter/source/xslt/import/wordml/wordml2ooo_draw.xsl
index fcff21e7e614..6ce8f408f0a4 100644
--- a/filter/source/xslt/import/wordml/wordml2ooo_draw.xsl
+++ b/filter/source/xslt/import/wordml/wordml2ooo_draw.xsl
@@ -1977,7 +1977,7 @@
</xsl:if>
</xsl:element>
</xsl:template>
- <!--this template map word's points to svg:viewbox's point they are quite differect because word's use pt but svg's use 0.001cm as a unit-->
+ <!--this template map word's points to svg:viewbox's point they are quite different because word's use pt but svg's use 0.001cm as a unit-->
<xsl:template name="wordpoints2oopoints">
<xsl:param name="input_points"/>
<xsl:param name="input_x"/>