diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2018-12-22 09:29:40 -0200 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2018-12-22 19:43:31 +0100 |
commit | 8da4ee01f1f14d3e44206a7862af49eee828ee3b (patch) | |
tree | 9cb698224c5ab3f0243ac1dd04dd62b8d297289b /help3xsl/online_transform.xsl | |
parent | 8197d70cbee1c34f8741d1209866eb891f22998b (diff) |
Remove cruft from XSLT
Change-Id: I98dd6ad0a5c4dff7333c6f786aedce6b7679aae4
Reviewed-on: https://gerrit.libreoffice.org/65567
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'help3xsl/online_transform.xsl')
-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"> |