summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-05-14 21:23:42 +0000
committerJulien Nabet <serval2412@yahoo.fr>2019-06-02 21:13:13 +0200
commit57a6a1f5546f996d2518ef331ef7c5389bac78eb (patch)
treeec79d90ef25e1c611198b607751122a206b14fc7 /filter
parentb58410bd51cd433c2ed5fe0345b390bcbee244b6 (diff)
Fix typo
Change-Id: Ib6d7fd321e69a34a074d12c2b5ec729443123bd7 Reviewed-on: https://gerrit.libreoffice.org/73346 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'filter')
-rw-r--r--filter/source/xslt/odf2xhtml/export/common/table/table.xsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/source/xslt/odf2xhtml/export/common/table/table.xsl b/filter/source/xslt/odf2xhtml/export/common/table/table.xsl
index 18053e199fbf..cfc1ebbc525b 100644
--- a/filter/source/xslt/odf2xhtml/export/common/table/table.xsl
+++ b/filter/source/xslt/odf2xhtml/export/common/table/table.xsl
@@ -85,7 +85,7 @@
table:table-header-rows/descendant::table:table-row[not(@table:visibility = 'collapse' or @table:visibility = 'filter')][count(ancestor-or-self::table:table) = $tableLevel] |
table:table-row-group/descendant::table:table-row[not(@table:visibility = 'collapse' or @table:visibility = 'filter')][count(ancestor-or-self::table:table) = $tableLevel]" />
<!-- As the alignment of a table is by 'align' attribute is deprecated and as the CSS 'float' attribute not well displayed,
- we do a trick by encapsulating the table with a aligned 'div' element-->
+ we do a trick by encapsulating the table with an aligned 'div' element-->
<xsl:variable name="table-alignment" select="key('styles', @style:name = current()/@table:style-name)/*/@table:align" />
<xsl:choose>
<xsl:when test="string-length($table-alignment) != 0">