Kaydet (Commit) 1ab97fe7 authored tarafından Robert Antoni Buj Gelonch's avatar Robert Antoni Buj Gelonch Kaydeden (comit) Caolán McNamara

odf2xhtml: tdf#66305 do not display the page numbers in TOC

Change-Id: I480f8f2c7fcc8e0c9d2ecc0c370284821633c45d
Reviewed-on: https://gerrit.libreoffice.org/15734Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarCaolán McNamara <caolanm@redhat.com>
Tested-by: 's avatarCaolán McNamara <caolanm@redhat.com>
üst 4cedf7c2
...@@ -430,6 +430,13 @@ ...@@ -430,6 +430,13 @@
</xsl:apply-templates> </xsl:apply-templates>
</xsl:element> </xsl:element>
</xsl:when> </xsl:when>
<xsl:when test="text:tab and text:a and ancestor::text:index-body">
<xsl:element name="p">
<xsl:apply-templates select="attribute::* | child::text:a">
<xsl:with-param name="globalData" select="$globalData" />
</xsl:apply-templates>
</xsl:element>
</xsl:when>
<xsl:otherwise> <xsl:otherwise>
<xsl:choose> <xsl:choose>
<!-- !!Check if paragraph is empty!! <!-- !!Check if paragraph is empty!!
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment