summaryrefslogtreecommitdiff
path: root/helpauthoring
diff options
context:
space:
mode:
authorliongold <beimaginativeegroup@gmail.com>2017-08-09 15:04:26 +0000
committerThorsten Behrens <Thorsten.Behrens@CIB.de>2017-09-03 01:54:50 +0200
commit17f376ba6c890054411294b0a59ae94faceab87d (patch)
treef09a9042c5e21cf1dd5657924be7e5213c54601a /helpauthoring
parent2ac1f0770f23f93d1f5bb427e74ee09e4e0a426e (diff)
Removed fileonly variable in soffice2xmlhelp transformation file
This is part of some other work but I'm submitting this to ease review. I have checked if this variable is used anywhere and it does not seems so. However, I appreciate if the reviewer double-checks this just to be sure. Change-Id: Ie7aedaec1d657a4bea1e9bb02092383c085e3e51 Reviewed-on: https://gerrit.libreoffice.org/40927 Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de> Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Diffstat (limited to 'helpauthoring')
-rw-r--r--helpauthoring/filter/soffice2xmlhelp.xsl1
1 files changed, 0 insertions, 1 deletions
diff --git a/helpauthoring/filter/soffice2xmlhelp.xsl b/helpauthoring/filter/soffice2xmlhelp.xsl
index afec3e87..4ade15e2 100644
--- a/helpauthoring/filter/soffice2xmlhelp.xsl
+++ b/helpauthoring/filter/soffice2xmlhelp.xsl
@@ -62,7 +62,6 @@ META DATA
<xsl:with-param name="file"><xsl:value-of select="$filename" /></xsl:with-param>
</xsl:call-template>
</xsl:variable>
-<xsl:variable name="fileonly" select="substring-after($filename,$path)"/>
<xsl:variable name="topic_id" select="/office:document/office:meta/meta:user-defined[@meta:name='ID']"/>
<xsl:variable name="topic_indexer" select="/office:document/office:meta/meta:user-defined[@meta:name='Indexer']"/>
<xsl:variable name="kw" select="/office:document/office:meta/meta:keywords/meta:keyword"/>