helpauthoring/filter/soffice2xmlhelp.xsl | 2 -- 1 file changed, 2 deletions(-)
New commits: commit a0c61cfafa575aebb2569cba172afa7ca0dc2665 Author: Yousuf Philips <[email protected]> Date: Mon Nov 2 23:51:56 2015 +0400 tdf#95509 Retain image size on save Change-Id: Ie6f5e0dd0c1fac01b9b4b7e5602633e8406c0d17 Reviewed-on: https://gerrit.libreoffice.org/19743 Reviewed-by: Caolán McNamara <[email protected]> Tested-by: Caolán McNamara <[email protected]> diff --git a/helpauthoring/filter/soffice2xmlhelp.xsl b/helpauthoring/filter/soffice2xmlhelp.xsl index ca5f8f8..3b533c6 100644 --- a/helpauthoring/filter/soffice2xmlhelp.xsl +++ b/helpauthoring/filter/soffice2xmlhelp.xsl @@ -494,12 +494,10 @@ IMAGE <xsl:text disable-output-escaping="yes"><image id="</xsl:text><xsl:value-of select="$id"/><xsl:text disable-output-escaping="yes">" src="</xsl:text><xsl:value-of select="$src"/> - <!-- <xsl:text disable-output-escaping="yes">" width="</xsl:text> <xsl:value-of select="$width"/> <xsl:text disable-output-escaping="yes">" height="</xsl:text> <xsl:value-of select="$height"/> - //--> <xsl:if test="$localize != ''"> <xsl:text disable-output-escaping="yes">" localize="</xsl:text><xsl:value-of select="$localize"/> </xsl:if>
_______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
