summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
authorSvante Schubert <svante.schubert@gmail.com>2023-05-05 13:09:17 +0200
committerMichael Stahl <michael.stahl@allotropia.de>2023-05-08 09:42:46 +0200
commit5178ade8a12cc52c02cd6288932e5a85dfbaea1b (patch)
tree09f1168b36718d326f703a08026f2ef9a5274dc9 /filter
parente857b12dada1468cb3bdb49ed5ea636df0b6d153 (diff)
XHTML export: Removing bullet suffix, which is not viewed in LO - see tdf146264
Change-Id: I017c0b6deb84f01f98beddf2b24c0b3500e23e89 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151466 Tested-by: Jenkins Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
Diffstat (limited to 'filter')
-rw-r--r--filter/source/xslt/odf2xhtml/export/xhtml/body.xsl5
1 files changed, 3 insertions, 2 deletions
diff --git a/filter/source/xslt/odf2xhtml/export/xhtml/body.xsl b/filter/source/xslt/odf2xhtml/export/xhtml/body.xsl
index 6ad03e260d8c..d7cfddc66a5d 100644
--- a/filter/source/xslt/odf2xhtml/export/xhtml/body.xsl
+++ b/filter/source/xslt/odf2xhtml/export/xhtml/body.xsl
@@ -1115,7 +1115,7 @@
<xsl:text>cm; </xsl:text>
</xsl:if>
</xsl:when>
- <!-- @text:anchor-type='' -->
+ <!-- if there is no attribute @text:anchor-type -->
<xsl:otherwise>
<xsl:text> position:absolute; left:</xsl:text>
<xsl:value-of select="$leftPosition" />
@@ -2095,7 +2095,8 @@
<xsl:when test="name($listLevelStyle) = 'text:list-level-style-bullet'">
<xsl:value-of select="$listLevelStyle/@style:num-prefix"/>
<xsl:value-of select="$listLevelStyle/@text:bullet-char"/>
- <xsl:value-of select="$listLevelStyle/@style:num-suffix"/>
+ <!-- not viewed in LO see tdf146264
+ <xsl:value-of select="$listLevelStyle/@style:num-suffix"/>-->
</xsl:when>
<xsl:when test="name($listLevelStyle) = 'text:list-level-style-number'">
<xsl:value-of select="$listLevelStyle/@style:num-prefix"/>