To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=88993 Issue #|88993 Summary|odf header-left and footer-left are parsed incorrect Component|Word processor Version|OOo 2.3 Platform|All URL| OS/Version|All Status|UNCONFIRMED Status whiteboard| Keywords| Resolution| Issue type|DEFECT Priority|P3 Subcomponent|open-import Assigned to|mru Reported by|dipesh
------- Additional comments from [EMAIL PROTECTED] Sun May 4 11:08:27 +0000 2008 ------- Issue; In ODF/ODT's style:header-left and style:footer-left are used to define different headers/footers for odd/even pages and during work to improvde OpenDocument support in KWord we run into the case, that OOwriter does handle them wrong if they are defined in the styles.xml before the style:header/style:footer tags while it works fine if they are defined afterwards. Reproduce; Open the attached ODT-file. Expected; At the second page the header should be "Second Header 222" while the footer should be "Second Footer 222" rather then the same like at the first page. Fix; Open the styles.xml file, and scroll to the bottom and change; <style:header-left><text:p text:style-name="P1">Second Header 222</text:p></style:header-left> <style:header><text:p text:style-name="P1">First Header 111</text:p></style:header> <style:footer-left><text:p text:style-name="P2">Second Footer 222</text:p></style:footer-left> <style:footer><text:p text:style-name="P2">First Footer 111</text:p></style:footer> to; <style:header-left><text:p text:style-name="P1">Second Header 222</text:p></style:header-left> <style:header><text:p text:style-name="P1">First Header 111</text:p></style:header> <style:footer-left><text:p text:style-name="P2">Second Footer 222</text:p></style:footer-left> <style:footer><text:p text:style-name="P2">First Footer 111</text:p></style:footer> and the content got displayed correct. Please note that I did test this only with 2.3 cause I don't have a 2.4 setup yet. So, if this is not valid anymore with 2.4, please just close it. Thanks in advance :) --------------------------------------------------------------------- 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]
