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

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Sat Apr 20 05:06:41 UTC 2019


 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 <andrea.gelmini at gelma.net>
AuthorDate: Wed Apr 10 16:00:26 2019 +0000
Commit:     Julien Nabet <serval2412 at yahoo.fr>
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 <serval2412 at yahoo.fr>
    Tested-by: Julien Nabet <serval2412 at yahoo.fr>

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">


More information about the Libreoffice-commits mailing list