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>
This commit is contained in:
committed by
Michael Stahl
parent
e857b12dad
commit
5178ade8a1
@@ -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"/>
|
||||
|
Reference in New Issue
Block a user