summaryrefslogtreecommitdiff
path: root/filter/source/xslt
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-12-29 00:35:10 +0100
committerJulien Nabet <serval2412@yahoo.fr>2017-12-29 09:56:34 +0100
commita2ef65b09da20aa1d0c15b883a58056df2dbad6b (patch)
treea52d189d8b2a0eedfdf7fd126736af49ef9d3624 /filter/source/xslt
parentd0222ba1fd7617b793e1e513247b11a82eb22f4e (diff)
Fix typos
Change-Id: I0e56430afa65b6b5826d56212ac501c0244fce9b Reviewed-on: https://gerrit.libreoffice.org/47145 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'filter/source/xslt')
-rw-r--r--filter/source/xslt/import/wordml/wordml2ooo_draw.xsl12
-rw-r--r--filter/source/xslt/import/wordml/wordml2ooo_path.xsl2
2 files changed, 7 insertions, 7 deletions
diff --git a/filter/source/xslt/import/wordml/wordml2ooo_draw.xsl b/filter/source/xslt/import/wordml/wordml2ooo_draw.xsl
index 6762333ee17b..ae664a4909c3 100644
--- a/filter/source/xslt/import/wordml/wordml2ooo_draw.xsl
+++ b/filter/source/xslt/import/wordml/wordml2ooo_draw.xsl
@@ -1522,12 +1522,12 @@
<xsl:when test="string-length($typeid_adj) = 0">
<xsl:if test="contains(@adj,',')">
<!--Please Note that the modifier can be more than 2 , so use a translate can be more efficient.
- -####Note that comma cann't be recognized by OOo's modifiers
+ -####Note that comma can't be recognized by OOo's modifiers
<xsl:variable name="adjust-x" select="substring-before(@adj,',')"/>
<xsl:variable name="adjust-y" select="substring-after(@adj,',')"/>
<xsl:variable name="adjuststr">
<xsl:if test="$adjust-x and $adjust-y">
- -####Note that comma cann't be recognized by OOo's modifiers->
+ -####Note that comma can't be recognized by OOo's modifiers->
<xsl:value-of select="concat( $adjust-x , ' ' ,$adjust-y )"/>
</xsl:if>
</xsl:variable>-->
@@ -1536,7 +1536,7 @@
</xsl:attribute>
</xsl:if>
<xsl:if test="@adj and not(contains(@adj,','))">
- <!--####Note that comma cann't be recognized by OOo's modifiers.-->
+ <!--####Note that comma can't be recognized by OOo's modifiers.-->
<xsl:attribute name="draw:modifiers">
<xsl:value-of select="@adj"/>
</xsl:attribute>
@@ -1742,12 +1742,12 @@
<xsl:if test="not($instance/@adj)">
<xsl:if test="contains(@adj,',')">-->
<!--Please Note that the modifier can be more than 2 , so use a translate can be more efficient.
- -####Note that comma cann't be recognized by OOo's modifiers
+ -####Note that comma can't be recognized by OOo's modifiers
<xsl:variable name="adjust-x" select="substring-before(@adj,',')"/>
<xsl:variable name="adjust-y" select="substring-after(@adj,',')"/>
<xsl:variable name="adjuststr">
<xsl:if test="$adjust-x and $adjust-y">
- < -####Note that comma cann't be recognized by OOo's modifiers.->
+ < -####Note that comma can't be recognized by OOo's modifiers.->
<xsl:value-of select="concat( $adjust-x , ' ' ,$adjust-y )"/>
</xsl:if>
</xsl:variable>-->
@@ -1756,7 +1756,7 @@
</xsl:attribute>
</xsl:if>
<xsl:if test="@adj and not(contains(@adj,','))">-->
- <!--####Note that comma cann't be recognized by OOo's modifiers.-->
+ <!--####Note that comma can't be recognized by OOo's modifiers.-->
<!--Dummy after version 1.63 <xsl:attribute name="draw:modifiers">
<xsl:value-of select="@adj"/>
</xsl:attribute>
diff --git a/filter/source/xslt/import/wordml/wordml2ooo_path.xsl b/filter/source/xslt/import/wordml/wordml2ooo_path.xsl
index 253599155eb4..65e79be154ef 100644
--- a/filter/source/xslt/import/wordml/wordml2ooo_path.xsl
+++ b/filter/source/xslt/import/wordml/wordml2ooo_path.xsl
@@ -583,7 +583,7 @@
<!--
**Template vmlpath2enhancedpath**
The template is responsible for converting the vml-path to enhanced-path, because the svg:path
- cann't support command a now.(But heard that will be supported in OOo3.0)
+ can't support command a now.(But heard that will be supported in OOo3.0)
And the 2nd reason of using an enhanced-path is that enhanced-path have a perfect mapping to
vmlpath.(You will find out that often, we even don't need to change the parameters).
-->