diff options
Diffstat (limited to 'help3xsl')
-rw-r--r-- | help3xsl/get_bookmark.xsl | 2 | ||||
-rw-r--r-- | help3xsl/get_tree.xsl | 2 | ||||
-rw-r--r-- | help3xsl/get_url.xsl | 5 | ||||
-rw-r--r-- | help3xsl/online_transform.xsl | 6 |
4 files changed, 4 insertions, 11 deletions
diff --git a/help3xsl/get_bookmark.xsl b/help3xsl/get_bookmark.xsl index 5c0bc8cff0..b3e0ab48bb 100644 --- a/help3xsl/get_bookmark.xsl +++ b/help3xsl/get_bookmark.xsl @@ -18,7 +18,7 @@ xsltproc get_bookmark.xsl <file.xhp> <xsl:param name="app"/> <xsl:param name="local"/> <xsl:param name="Language"/> -<xsl:param name="productname" select="'LibreOffice'"/> +<xsl:param name="productname"/> <xsl:param name="productversion"/> <xsl:output indent="yes" method="text"/> diff --git a/help3xsl/get_tree.xsl b/help3xsl/get_tree.xsl index e20774dd0c..749dd4a53d 100644 --- a/help3xsl/get_tree.xsl +++ b/help3xsl/get_tree.xsl @@ -16,7 +16,7 @@ xsltproc get_tree.xsl <file.tree> <xsl:param name="lang"/> <xsl:param name="local"/> <xsl:param name="productversion"/> -<xsl:param name="productname" select="'LibreOffice'"/> +<xsl:param name="productname"/> <xsl:output indent="no" method="text"/> <!-- ############################ diff --git a/help3xsl/get_url.xsl b/help3xsl/get_url.xsl index 0f9a3f1a5d..59e2e4edd5 100644 --- a/help3xsl/get_url.xsl +++ b/help3xsl/get_url.xsl @@ -15,11 +15,6 @@ xsltproc get_bookmark.xsl <file.xhp> --> <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> -<xsl:param name="app"/> -<xsl:param name="Language"/> -<xsl:param name="productname" select="'LibreOffice'"/> -<xsl:param name="productversion"/> - <xsl:output indent="yes" method="text"/> <!-- diff --git a/help3xsl/online_transform.xsl b/help3xsl/online_transform.xsl index 8ad8426692..26231d6568 100644 --- a/help3xsl/online_transform.xsl +++ b/help3xsl/online_transform.xsl @@ -29,18 +29,16 @@ ############################ //--> -<xsl:param name="productversion"/> <xsl:param name="local" /> <xsl:param name="root"/> <xsl:param name="Language"/> +<xsl:param name="productname"/> +<xsl:param name="productversion"/> -<xsl:param name="productname" select="'LibreOffice'"/> <xsl:param name="System" select="'WIN'"/> <xsl:param name="imgtheme" select="''"/> <xsl:param name="Id" /> - - <!-- General Usage --> <xsl:variable name="am" select="'&'"/> <xsl:variable name="sl" select="'/'"/> |