summaryrefslogtreecommitdiffstats
path: root/filter/source/xslt/import/wordml/wordml2ooo_path.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'filter/source/xslt/import/wordml/wordml2ooo_path.xsl')
-rw-r--r--filter/source/xslt/import/wordml/wordml2ooo_path.xsl4
1 files changed, 2 insertions, 2 deletions
diff --git a/filter/source/xslt/import/wordml/wordml2ooo_path.xsl b/filter/source/xslt/import/wordml/wordml2ooo_path.xsl
index 7f2625672b08..ed8dbac422d3 100644
--- a/filter/source/xslt/import/wordml/wordml2ooo_path.xsl
+++ b/filter/source/xslt/import/wordml/wordml2ooo_path.xsl
@@ -435,7 +435,7 @@
<xsl:with-param name="current-y" select=" $current-y"/>
</xsl:call-template>
</xsl:when>
- <!--Code below is for the support of h-command like ha,hb....hi, maybe still need to revise-->
+ <!--Code below is for the support of h-command like ha,hb...hi, maybe still need to revise-->
<xsl:when test="$command = 'ha' ">
<xsl:variable name="new-svg-path" select="$svg-path"/>
<!--simply did nothing which might be wrong-->
@@ -842,7 +842,7 @@
<xsl:with-param name="current-y" select=" $val_y "/>
</xsl:call-template>
</xsl:when>
- <!--Code below is for the support of h-command like ha,hb....hi, maybe still need to revise-->
+ <!--Code below is for the support of h-command like ha,hb...hi, maybe still need to revise-->
<xsl:when test="$command = 'ha' ">
<xsl:variable name="new-enhanced-path" select="$enhanced-path"/>
<!--simply did nothing which might be wrong-->