[Libreoffice-commits] dev-tools.git: help3/xhpeditor
Olivier Hallot (via logerrit)
logerrit at kemper.freedesktop.org
Tue Dec 10 13:39:35 UTC 2019
help3/xhpeditor/ed_transform.xsl | 9 +--------
1 file changed, 1 insertion(+), 8 deletions(-)
New commits:
commit c1752247133688a07c46382b4e515960fa9945e4
Author: Olivier Hallot <olivier.hallot at libreoffice.org>
AuthorDate: Tue Dec 10 10:37:49 2019 -0300
Commit: Olivier Hallot <olivier.hallot at libreoffice.org>
CommitDate: Tue Dec 10 14:39:18 2019 +0100
xhpeditor: remove references to online/offline help
Change-Id: I8051258b12d1deafce87cd3b00f68ed801830702
Reviewed-on: https://gerrit.libreoffice.org/84848
Reviewed-by: Olivier Hallot <olivier.hallot at libreoffice.org>
Tested-by: Olivier Hallot <olivier.hallot at libreoffice.org>
diff --git a/help3/xhpeditor/ed_transform.xsl b/help3/xhpeditor/ed_transform.xsl
index d97355e..13866db 100644
--- a/help3/xhpeditor/ed_transform.xsl
+++ b/help3/xhpeditor/ed_transform.xsl
@@ -322,14 +322,10 @@
<!-- OBJECT -->
<xsl:template match="object">
- <xsl:if test="$online">
<xsl:call-template name="insertobject"/>
- </xsl:if>
</xsl:template>
<xsl:template match="object" mode="embedded">
- <xsl:if test="$online">
<xsl:call-template name="insertobject"/>
- </xsl:if>
</xsl:template>
<!-- PARAGRAPH -->
@@ -1218,10 +1214,7 @@
</xsl:call-template>
</xsl:when>
<xsl:otherwise>
- <xsl:choose>
- <xsl:when test="$online"><xsl:value-of select="concat('../',$result)" /></xsl:when>
- <xsl:otherwise><xsl:value-of select="$result" /></xsl:otherwise>
- </xsl:choose>
+ <xsl:value-of select="$result" />
</xsl:otherwise>
</xsl:choose>
</xsl:template>
More information about the Libreoffice-commits
mailing list