diff options
-rw-r--r-- | help3xsl/online_transform.xsl | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/help3xsl/online_transform.xsl b/help3xsl/online_transform.xsl index e69d223105..ad285480de 100644 --- a/help3xsl/online_transform.xsl +++ b/help3xsl/online_transform.xsl @@ -68,11 +68,6 @@ <xsl:variable name="filename" select="/helpdocument/meta/topic/filename"/> <xsl:variable name="title" select="/helpdocument/meta/topic/title"/> -<!-- Module and the corresponding switching values--> -<xsl:param name="Database" select="'swriter'"/> -<xsl:variable name="module" select="$Database"/> -<xsl:variable name="appl"/> - <!-- the other parameters given by the help caller --> <xsl:variable name="pversion"> |