To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=65456


User stefan_ziel changed the following:

                  What    |Old value                 |New value
================================================================================
                   Summary|Wrong header - footer     |Wrong header - footer
                          |import from WordML        |import from WordML
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Tue May 16 14:28:04 -0700 
2006 -------
finally found the source so here comes the patch 

Index: wordml2ooo_page.xsl
===================================================================
RCS file: /cvs/framework/filter/source/xslt/import/wordml/wordml2ooo_page.xsl,v
retrieving revision 1.9
diff -u -r1.9 wordml2ooo_page.xsl
--- wordml2ooo_page.xsl 8 Sep 2005 22:12:29 -0000       1.9
+++ wordml2ooo_page.xsl 16 May 2006 21:23:27 -0000
@@ -204,10 +204,10 @@
                 <xsl:value-of select="concat('pm', $master-page-name)"/>
             </xsl:attribute>
            <style:header>
-               <xsl:apply-templates select="w:hdr/child::*"/>
+               <xsl:apply-templates select="w:[EMAIL 
PROTECTED]:type='odd']/child::*"/>
            </style:header>
            <style:footer>
-               <xsl:apply-templates select="w:ftr/child::*"/>
+               <xsl:apply-templates select="w:[EMAIL 
PROTECTED]:type='odd']/child::*"/>
            </style:footer>
             <!-- Headers and footers-->
             <!--


---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to