Kaydet (Commit) a2f249c7 authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Julien Nabet

Fix typo

Change-Id: I5f7e6e52bb0826fc46ca842417e946633359dff8
Reviewed-on: https://gerrit.libreoffice.org/73237
Tested-by: Jenkins
Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
üst 4a442fea
...@@ -1398,7 +1398,7 @@ ...@@ -1398,7 +1398,7 @@
<!-- end line special attribute--> <!-- end line special attribute-->
<!-- polyline and polygon special attribute--> <!-- polyline and polygon special attribute-->
<xsl:if test="$ooshapename='polyline' or $ooshapename='polygon' "> <xsl:if test="$ooshapename='polyline' or $ooshapename='polygon' ">
<!-- translate ' ' to in ' tranclate ',' to 'in,' --> <!-- translate ' ' to in ' translate ',' to 'in,' -->
<xsl:variable name="points"> <xsl:variable name="points">
<xsl:call-template name="points2points"> <xsl:call-template name="points2points">
<xsl:with-param name="input_x" select="$x"/> <xsl:with-param name="input_x" select="$x"/>
...@@ -1557,7 +1557,7 @@ ...@@ -1557,7 +1557,7 @@
<xsl:attribute name="src"> <xsl:attribute name="src">
<xsl:value-of select="concat( 'wordml://', $fill-image-name)"/> <xsl:value-of select="concat( 'wordml://', $fill-image-name)"/>
</xsl:attribute> </xsl:attribute>
<xsl:attribute name="o:titile"> <xsl:attribute name="o:title">
<xsl:value-of select="$fill-image-name"/> <xsl:value-of select="$fill-image-name"/>
</xsl:attribute> </xsl:attribute>
<xsl:attribute name="recolor"> <xsl:attribute name="recolor">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment