filter/source/xslt/odf2xhtml/export/common/table_of_content.xsl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 601433ea64f7cc9eeee4487b5a6292673a7dbc78 Author: Andrea Gelmini <[email protected]> AuthorDate: Wed Apr 10 16:00:26 2019 +0000 Commit: Julien Nabet <[email protected]> CommitDate: Sat Apr 20 07:05:54 2019 +0200 Fix typo Change-Id: I9040b453bba29c745d74bab54ad982913bdce00a Reviewed-on: https://gerrit.libreoffice.org/70999 Reviewed-by: Julien Nabet <[email protected]> Tested-by: Julien Nabet <[email protected]> diff --git a/filter/source/xslt/odf2xhtml/export/common/table_of_content.xsl b/filter/source/xslt/odf2xhtml/export/common/table_of_content.xsl index c5982a1d6dd0..743fa368c76f 100644 --- a/filter/source/xslt/odf2xhtml/export/common/table_of_content.xsl +++ b/filter/source/xslt/odf2xhtml/export/common/table_of_content.xsl @@ -490,7 +490,7 @@ Scenarios unmatched: <xsl:variable name="text"> <xsl:choose> - <!-- heuristic assumption that first in a content table row, there is numbering (if at all) and than the text, + <!-- heuristic assumption that first in a content table row, there is numbering (if at all) and then the text, furthermore that a tab will separate the to be neglected page number --> <xsl:when test="text:tab"> <xsl:call-template name="write-text-without-line-numbers"> _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
