[Libreoffice-commits] core.git: filter/source
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Sun Jun 2 10:19:01 UTC 2019
filter/source/xslt/export/wordml/ooo2wordml_path.xsl | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit cbeeca1237b2cda6bbcefab51b6c62015a280251
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Tue May 14 21:23:49 2019 +0000
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sun Jun 2 12:18:19 2019 +0200
Fix typo
Change-Id: Ied4c82e2ad27667eec20bbb072b3649360473841
Reviewed-on: https://gerrit.libreoffice.org/73327
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
Tested-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/filter/source/xslt/export/wordml/ooo2wordml_path.xsl b/filter/source/xslt/export/wordml/ooo2wordml_path.xsl
index d07e6d9d2fa5..5eafe99ae9ca 100644
--- a/filter/source/xslt/export/wordml/ooo2wordml_path.xsl
+++ b/filter/source/xslt/export/wordml/ooo2wordml_path.xsl
@@ -623,7 +623,7 @@
</xsl:call-template>
</xsl:when>
<xsl:when test="string-length(translate($curr-char , '+-' ,'') ) = 0 and string-length($number) > 0">
- <!-- finsh it with +/- -->
+ <!-- finish it with +/- -->
<xsl:value-of select="concat( round( concat( $curr-char, $number)) , ':' , $position)"/>
</xsl:when>
<xsl:otherwise>
@@ -643,7 +643,7 @@
<xsl:variable name="curr-char" select="substring($svg-path, $position , 1)"/>
<xsl:choose>
<xsl:when test="string-length(translate($curr-char , 'MmZzLlHhVvCcSsQqTtAa' ,'')) = 0 ">
- <!-- "MmZzLlHhVvCcSsQqTtAa" are all possiable command chars -->
+ <!-- "MmZzLlHhVvCcSsQqTtAa" are all possible command chars -->
<xsl:value-of select="concat( $curr-char , ':' , $position +1)"/>
</xsl:when>
<xsl:when test="string-length(translate($curr-char , '+-.0123456789' ,'')) = 0 ">
More information about the Libreoffice-commits
mailing list