[Libreoffice-commits] core.git: filter/source
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Sun Jun 2 19:15:00 UTC 2019
filter/source/xslt/import/wordml/wordml2ooo_path.xsl | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
New commits:
commit 84f606534911305f9612a4aa85716e9c678312cb
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Tue May 14 21:23:45 2019 +0000
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sun Jun 2 21:14:10 2019 +0200
Fix typo
Change-Id: I21ca20fcdcf01575bf0d9c8820233674381ff1dd
Reviewed-on: https://gerrit.libreoffice.org/73338
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/filter/source/xslt/import/wordml/wordml2ooo_path.xsl b/filter/source/xslt/import/wordml/wordml2ooo_path.xsl
index 65e79be154ef..7f2625672b08 100644
--- a/filter/source/xslt/import/wordml/wordml2ooo_path.xsl
+++ b/filter/source/xslt/import/wordml/wordml2ooo_path.xsl
@@ -1000,7 +1000,7 @@
</xsl:call-template>
</xsl:when>
<xsl:when test="$command = 'al' ">
- <!-- ae command plus a implicitly moveto startpoint-->
+ <!-- ae command plus an implicitly moveto startpoint-->
<xsl:variable name="new-enhanced-path" select="concat($enhanced-path ,' U ' ) "/>
<xsl:variable name="num-and-pos">
<xsl:call-template name="get-number-after">
@@ -1038,7 +1038,7 @@
</xsl:call-template>
</xsl:when>
<xsl:when test="$command = 'ar' ">
- <!-- at command plus a implicitly moveto startpoint-->
+ <!-- at command plus an implicitly moveto startpoint-->
<xsl:variable name="new-enhanced-path" select="concat($enhanced-path ,' B ' ) "/>
<xsl:variable name="num-and-pos">
<xsl:call-template name="get-number-after">
@@ -1076,7 +1076,7 @@
</xsl:call-template>
</xsl:when>
<xsl:when test="$command = 'wr' ">
- <!-- wa command plus a implicitly moveto startpoint-->
+ <!-- wa command plus an implicitly moveto startpoint-->
<xsl:variable name="new-enhanced-path" select="concat($enhanced-path ,' V ' ) "/>
<xsl:variable name="num-and-pos">
<xsl:call-template name="get-number-after">
@@ -1434,7 +1434,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:call-template name="format-number-pos">
<xsl:with-param name="number" select="$number"/>
<xsl:with-param name="position" select="$position"/>
@@ -1460,7 +1460,7 @@
<xsl:variable name="curr-char" select="substring($vml-path, $position , 1)"/>
<xsl:choose>
<xsl:when test="string-length(translate($curr-char , 'mlcxetrvnfsawqyb' ,'')) = 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