[Libreoffice-commits] core.git: filter/source

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Sun Jun 2 19:14:11 UTC 2019


 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.gelmini at gelma.net>
AuthorDate: Tue May 14 21:23:42 2019 +0000
Commit:     Julien Nabet <serval2412 at 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 <serval2412 at 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">


More information about the Libreoffice-commits mailing list