'distrib' switch is unused in help

Change-Id: I54539f75a682fa873684d07566207973cd1ead28
This commit is contained in:
Andras Timar 2013-01-07 21:08:54 +01:00
parent fc89654e4f
commit 2dea3c582d

View File

@ -101,17 +101,6 @@
<!-- this is were the images are --> <!-- this is were the images are -->
<xsl:param name="imgrepos" select="''"/> <xsl:param name="imgrepos" select="''"/>
<xsl:param name="Id" /> <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:param name="Language" select="'en-US'"/>
<xsl:variable name="lang" select="$Language"/> <xsl:variable name="lang" select="$Language"/>