help3/xhpeditor/ed_transform.xsl | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-)
New commits: commit c1752247133688a07c46382b4e515960fa9945e4 Author: Olivier Hallot <olivier.hal...@libreoffice.org> AuthorDate: Tue Dec 10 10:37:49 2019 -0300 Commit: Olivier Hallot <olivier.hal...@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.hal...@libreoffice.org> Tested-by: Olivier Hallot <olivier.hal...@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> _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits