summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-05-14 21:23:48 +0000
committerJulien Nabet <serval2412@yahoo.fr>2019-06-02 14:18:11 +0200
commit0950a56db58529be1247d94c72cd1d09e82e5d78 (patch)
tree62af35e5a577b77d79c86898ff063fdaf3a1b497 /filter
parentcbeeca1237b2cda6bbcefab51b6c62015a280251 (diff)
Fix typo
Change-Id: If98e6c89866902c4064c47ef513ca2e759f2b471 Reviewed-on: https://gerrit.libreoffice.org/73329 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'filter')
-rw-r--r--filter/source/xslt/export/wordml/ooo2wordml_table.xsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/source/xslt/export/wordml/ooo2wordml_table.xsl b/filter/source/xslt/export/wordml/ooo2wordml_table.xsl
index 3b84a87018e9..6812b8deee42 100644
--- a/filter/source/xslt/export/wordml/ooo2wordml_table.xsl
+++ b/filter/source/xslt/export/wordml/ooo2wordml_table.xsl
@@ -300,7 +300,7 @@
</w:right>
</xsl:if>
</w:tcMar>
- <!-- the following code is to get the cell borders if they exists -->
+ <!-- the following code is to get the cell borders if they exist -->
<xsl:variable name="border-top" select="$cell-style-properties/@fo:border-top | $cell-style-properties/@fo:border"/>
<xsl:variable name="border-bottom" select="$cell-style-properties/@fo:border-bottom | $cell-style-properties/@fo:border"/>
<xsl:variable name="border-left" select="$cell-style-properties/@fo:border-left | $cell-style-properties/@fo:border"/>