summaryrefslogtreecommitdiffstats
path: root/filter
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2020-11-07 21:19:15 +0100
committerJulien Nabet <serval2412@yahoo.fr>2020-11-07 22:36:50 +0100
commit8bdaadf70b207d2f4a6b64375dde709b91b3d04c (patch)
tree55588a1c2ee019c6e5b623dc43980be68bbb45f9 /filter
parent0xffffffff is COL_TRANSPARENT/COL_AUTO (diff)
downloadcore-8bdaadf70b207d2f4a6b64375dde709b91b3d04c.tar.gz
core-8bdaadf70b207d2f4a6b64375dde709b91b3d04c.zip
Fix typo
Change-Id: I48ca76805f7f2b7c826ca7cff7927603275e5151 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105437 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'filter')
-rw-r--r--filter/source/xslt/odf2xhtml/export/common/table_of_content.xsl2
1 files changed, 1 insertions, 1 deletions
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 bbbb26703399..f26e2cc0a6c9 100644
--- a/filter/source/xslt/odf2xhtml/export/common/table_of_content.xsl
+++ b/filter/source/xslt/odf2xhtml/export/common/table_of_content.xsl
@@ -156,7 +156,7 @@
<!-- *** Create Table for Content Table Paragraph *** -->
<!-- ************************************************ -->
- <!-- Usually the paragraph in a content-table are ordered by tab-stops, which can not be displayed correctly by XHTML/CSS
+ <!-- Usually the paragraphs in a content-table are ordered by tab-stops, which can not be displayed correctly by XHTML/CSS
Therefore they will be simulated by a table -->
<xsl:template match="text:p" mode="content-table">
<xsl:param name="globalData"/>