[Libreoffice-commits] dev-tools.git: helpauthoring/filter
Yousuf Philips
philipz85 at hotmail.com
Tue Nov 3 01:57:23 PST 2015
helpauthoring/filter/soffice2xmlhelp.xsl | 2 --
1 file changed, 2 deletions(-)
New commits:
commit a0c61cfafa575aebb2569cba172afa7ca0dc2665
Author: Yousuf Philips <philipz85 at hotmail.com>
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 <caolanm at redhat.com>
Tested-by: Caolán McNamara <caolanm at redhat.com>
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>
More information about the Libreoffice-commits
mailing list