[Libreoffice-commits] .: xmlhelp/util
Tor Lillqvist
tml at kemper.freedesktop.org
Tue May 29 23:20:22 PDT 2012
xmlhelp/util/main_transform.xsl | 6 ------
1 file changed, 6 deletions(-)
New commits:
commit fb310927211aa911d5b3fe6e31c5b9db4d9a0497
Author: Niklas Johansson <sleeping.pillow at gmail.com>
Date: Tue May 29 16:20:53 2012 +0200
Re-enable sort in help-files
Sorting in helpfiles were disabled due to bug #i70462#. I belive this bug
isn't valid any more and we should re-activate the sorting.
diff --git a/xmlhelp/util/main_transform.xsl b/xmlhelp/util/main_transform.xsl
index 0f5cb02..4385cf4 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 -->
More information about the Libreoffice-commits
mailing list