filter/source/xslt/export/wordml/ooo2wordml_page.xsl |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 13b884a863ad8f9fbec2c060bc455d660d10bc9c
Author: Julien Nabet <serval2...@yahoo.fr>
Date:   Wed Feb 18 22:24:30 2015 +0100

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

diff --git a/filter/source/xslt/export/wordml/ooo2wordml_page.xsl 
b/filter/source/xslt/export/wordml/ooo2wordml_page.xsl
index 23d35d4..d32874e 100644
--- a/filter/source/xslt/export/wordml/ooo2wordml_page.xsl
+++ b/filter/source/xslt/export/wordml/ooo2wordml_page.xsl
@@ -36,7 +36,7 @@
         <w:binData w:name="{$binName}">
             <xsl:value-of 
select="translate(office:binary-data/text(),'&#9;&#10;&#13;&#32;','' ) "/>
         </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 match="style:page-layout-properties" mode="bgPict">
         <w:background w:bgcolor="{@fo:background-color}"/>
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to