[Libreoffice-commits] core.git: filter/source

Julien Nabet serval2412 at yahoo.fr
Wed Feb 18 13:25:13 PST 2015


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

New commits:
commit 13b884a863ad8f9fbec2c060bc455d660d10bc9c
Author: Julien Nabet <serval2412 at 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(),'	

 ','' ) "/>
         </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}"/>


More information about the Libreoffice-commits mailing list