[Libreoffice-commits] dev-tools.git: helpauthoring/filter
Regina Henschel
rb.henschel at t-online.de
Fri Oct 2 03:48:00 PDT 2015
helpauthoring/filter/xmlhelp2soffice.xsl | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 8d865a141c6690ee0dbc1e3f1c2e057ad63e53b9
Author: Regina Henschel <rb.henschel at t-online.de>
Date: Thu Oct 1 19:53:41 2015 +0200
tdf#94332 Help files open with hidden paragraph ids
Change in paragraph attribute text:display
its value from 'none' to 'value'.
Change-Id: Ib7c94024d0401c373f5aa644144dd8f5bcf72f59
Reviewed-on: https://gerrit.libreoffice.org/19084
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
Tested-by: Caolán McNamara <caolanm at redhat.com>
diff --git a/helpauthoring/filter/xmlhelp2soffice.xsl b/helpauthoring/filter/xmlhelp2soffice.xsl
index 3083b4d..3175f39 100644
--- a/helpauthoring/filter/xmlhelp2soffice.xsl
+++ b/helpauthoring/filter/xmlhelp2soffice.xsl
@@ -940,7 +940,7 @@ PARAGRAPH
<text:span text:style-name="{$tagstyle}">
- <text:variable-set text:name="ID" text:value-type="string" text:display="none">
+ <text:variable-set text:name="ID" text:value-type="string" text:display="value">
<xsl:choose>
<xsl:when test="@xml-lang">
<xsl:value-of select="@id"/>
@@ -982,7 +982,7 @@ PARAGRAPH
</xsl:variable>
<text:span text:style-name="{$tagstyle}">
- <text:variable-set text:name="ID" text:value-type="string" text:display="none">
+ <text:variable-set text:name="ID" text:value-type="string" text:display="value">
<xsl:choose>
<xsl:when test="@xml-lang">
<xsl:value-of select="@id"/>
More information about the Libreoffice-commits
mailing list