[Libreoffice-commits] core.git: filter/source
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Sun Jun 2 12:18:54 UTC 2019
filter/source/xslt/export/wordml/ooo2wordml_table.xsl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 0950a56db58529be1247d94c72cd1d09e82e5d78
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Tue May 14 21:23:48 2019 +0000
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sun Jun 2 14:18:11 2019 +0200
Fix typo
Change-Id: If98e6c89866902c4064c47ef513ca2e759f2b471
Reviewed-on: https://gerrit.libreoffice.org/73329
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
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"/>
More information about the Libreoffice-commits
mailing list