[Libreoffice-commits] dev-tools.git: helpauthoring/filter

liongold beimaginativeegroup at gmail.com
Sat Sep 2 23:55:08 UTC 2017


 helpauthoring/filter/soffice2xmlhelp.xsl |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 17f376ba6c890054411294b0a59ae94faceab87d
Author: liongold <beimaginativeegroup at gmail.com>
Date:   Wed Aug 9 15:04:26 2017 +0000

    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 at CIB.de>
    Tested-by: Thorsten Behrens <Thorsten.Behrens at CIB.de>

diff --git a/helpauthoring/filter/soffice2xmlhelp.xsl b/helpauthoring/filter/soffice2xmlhelp.xsl
index afec3e8..4ade15e 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"/>


More information about the Libreoffice-commits mailing list