From 1e9952a6ff24a06fa64c8ef9c4d67f4859852129 Mon Sep 17 00:00:00 2001
From: Niklas Johansson <sleeping.pillow@gmail.com>
Date: Tue, 29 May 2012 16:20:53 +0200
Subject: [PATCH] Reenable 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 reactivate the sorting.
---
 xmlhelp/util/main_transform.xsl |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/xmlhelp/util/main_transform.xsl b/xmlhelp/util/main_transform.xsl
index 0f5cb02..4385cf4 100755
--- 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 -->
-- 
1.7.5.4

