summaryrefslogtreecommitdiff
path: root/xmlhelp/util/main_transform.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'xmlhelp/util/main_transform.xsl')
-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"/>