summaryrefslogtreecommitdiff
path: root/xmlhelp
diff options
context:
space:
mode:
Diffstat (limited to 'xmlhelp')
-rw-r--r--xmlhelp/util/main_transform.xsl6
1 files changed, 0 insertions, 6 deletions
diff --git a/xmlhelp/util/main_transform.xsl b/xmlhelp/util/main_transform.xsl
index 0f5cb021f434..4385cf496e1d 100644
--- a/xmlhelp/util/main_transform.xsl
+++ b/xmlhelp/util/main_transform.xsl
@@ -446,16 +446,10 @@
<!-- SORT -->
<xsl:template match="sort" >
- <!-- sorting disabled due to #i70462#
<xsl:apply-templates><xsl:sort select="descendant::paragraph"/></xsl:apply-templates>
- //-->
- <xsl:apply-templates />
</xsl:template>
<xsl:template match="sort" mode="embedded">
-<!-- sorting disabled due to #i70462#
<xsl:apply-templates><xsl:sort select="descendant::paragraph"/></xsl:apply-templates>
- //-->
- <xsl:apply-templates />
</xsl:template>
<!-- SWITCH -->