Kaydet (Commit) 13b884a8 authored tarafından Julien Nabet's avatar Julien Nabet

Typo in xsl: "page-layout-propertie" instead of "page-layout-properties"

Change-Id: Ie5a298886e3c6638b041600b82b642ac69f7f33b
üst de684f47
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
<w:binData w:name="{$binName}"> <w:binData w:name="{$binName}">
<xsl:value-of select="translate(office:binary-data/text(),'&#9;&#10;&#13;&#32;','' ) "/> <xsl:value-of select="translate(office:binary-data/text(),'&#9;&#10;&#13;&#32;','' ) "/>
</w:binData> </w:binData>
<w:background w:bgcolor="{parent::style:page-layout-propertie/@fo:background-color}" w:background="{$binName}"/> <w:background w:bgcolor="{parent::style:page-layout-properties/@fo:background-color}" w:background="{$binName}"/>
</xsl:template> </xsl:template>
<xsl:template match="style:page-layout-properties" mode="bgPict"> <xsl:template match="style:page-layout-properties" mode="bgPict">
<w:background w:bgcolor="{@fo:background-color}"/> <w:background w:bgcolor="{@fo:background-color}"/>
......
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