helpauthoring/filter/xmlhelp2soffice.xsl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 8d865a141c6690ee0dbc1e3f1c2e057ad63e53b9 Author: Regina Henschel <[email protected]> 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 <[email protected]> Tested-by: Caolán McNamara <[email protected]> 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"/>
_______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
