summaryrefslogtreecommitdiff
path: root/xmlhelp
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2013-01-07 21:08:54 +0100
committerAndras Timar <atimar@suse.com>2013-01-07 21:09:41 +0100
commit2dea3c582d2bc51b6dac8ac3065df040c9b641d0 (patch)
treea46d5c067bcaa13e8627c20becdfc5d8c7d0c700 /xmlhelp
parentfc89654e4f562a2682f6e9ed932f91c5cdfd3cff (diff)
'distrib' switch is unused in help
Change-Id: I54539f75a682fa873684d07566207973cd1ead28
Diffstat (limited to 'xmlhelp')
-rw-r--r--xmlhelp/util/main_transform.xsl11
1 files changed, 0 insertions, 11 deletions
diff --git a/xmlhelp/util/main_transform.xsl b/xmlhelp/util/main_transform.xsl
index 803f7c75e41e..2834668dbbf5 100644
--- a/xmlhelp/util/main_transform.xsl
+++ b/xmlhelp/util/main_transform.xsl
@@ -101,17 +101,6 @@
<!-- this is were the images are -->
<xsl:param name="imgrepos" select="''"/>
<xsl:param name="Id" />
-<!-- (lame) distinction between OS and Commercial -->
-<xsl:param name="distrib">
- <xsl:choose>
- <xsl:when test="starts-with($productname,'OpenOffice')">
- <xsl:value-of select="'OpenSource'"/>
- </xsl:when>
- <xsl:otherwise>
- <xsl:value-of select="'COMMERCIAL'"/>
- </xsl:otherwise>
- </xsl:choose>
-</xsl:param>
<xsl:param name="Language" select="'en-US'"/>
<xsl:variable name="lang" select="$Language"/>