summaryrefslogtreecommitdiff
path: root/xmlhelp
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2013-01-07 21:07:06 +0100
committerAndras Timar <atimar@suse.com>2013-01-07 21:09:41 +0100
commitfc89654e4f562a2682f6e9ed932f91c5cdfd3cff (patch)
tree37f37388e251736b725c361ce80591905c0a84f4 /xmlhelp
parent0bb184196e2b6a10640155a02d0eac263a1f48e4 (diff)
remove unused meta variables
Change-Id: Iec9ad2da61668d00438462c38a135381e37ca668
Diffstat (limited to 'xmlhelp')
-rw-r--r--xmlhelp/util/main_transform.xsl3
1 files changed, 0 insertions, 3 deletions
diff --git a/xmlhelp/util/main_transform.xsl b/xmlhelp/util/main_transform.xsl
index 6df417f3f23a..803f7c75e41e 100644
--- a/xmlhelp/util/main_transform.xsl
+++ b/xmlhelp/util/main_transform.xsl
@@ -74,10 +74,7 @@
<!-- meta data variables from the help file -->
<xsl:variable name="filename" select="/helpdocument/meta/topic/filename"/>
-<xsl:variable name="topic_id" select="/helpdocument/meta/topic/@id"/>
-<xsl:variable name="topic_status" select="/helpdocument/meta/topic/@status"/>
<xsl:variable name="title" select="/helpdocument/meta/topic/title"/>
-<xsl:variable name="doclang" select="/helpdocument/meta/topic/title/@xml-lang"/>
<!-- Module and the corresponding switching values-->
<xsl:param name="Database" select="'swriter'"/>