Kaydet (Commit) 2dea3c58 authored tarafından Andras Timar's avatar Andras Timar

'distrib' switch is unused in help

Change-Id: I54539f75a682fa873684d07566207973cd1ead28
üst fc89654e
...@@ -101,17 +101,6 @@ ...@@ -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"/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment