filter/source/xslt/odf2xhtml/export/common/table/table.xsl |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 57a6a1f5546f996d2518ef331ef7c5389bac78eb
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Tue May 14 21:23:42 2019 +0000
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Sun Jun 2 21:13:13 2019 +0200

    Fix typo
    
    Change-Id: Ib6d7fd321e69a34a074d12c2b5ec729443123bd7
    Reviewed-on: https://gerrit.libreoffice.org/73346
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

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">
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to