From 10a213572bd9fd183710a0da68ce306b3d9b5317 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sat, 30 Jul 2022 22:05:11 +0200 Subject: [PATCH] Fix typo Change-Id: I55558e5252c238be2417d370040760ed9c450a4f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137641 Tested-by: Jenkins Reviewed-by: Julien Nabet --- filter/source/xslt/odf2xhtml/export/common/table_of_content.xsl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 f26e2cc0a6c9..7a04bee074a8 100644 --- a/filter/source/xslt/odf2xhtml/export/common/table_of_content.xsl +++ b/filter/source/xslt/odf2xhtml/export/common/table_of_content.xsl @@ -291,7 +291,7 @@ Scenarios tabstops -> put the preceding tab stops into a TD (left aligned is default) 4) first style:type would have no right preceding tabStop - -> works well with first sceanrios 1 and 3 + -> works well with first scenarios 1 and 3 5) last style:type would be a special case, if it would be left aligned, but this won't happen in our case... :D