https://bugs.freedesktop.org/show_bug.cgi?id=56513
--- Comment #3 from Luke <[email protected]> --- I noticed that this problem only occurs when the second section's first page header is marked as "Link to Previous" in Word (which is the default). This has the effect that the first page header is actually stored against the first section, though not used there because "Different First Page" is not enabled for section 1. In this case rSection.maSep.grpfIhdt & WW8_HEADER_FIRST is not set which is what broke the logic in wwSectionManager::GetPageULData. However if "Link to Previous" is unset in Word, then a first page header will be stored against the second section, and rSection.maSep.grpfIhdt & WW8_HEADER_FIRST will be set. WW8_HEADER_ODD and WW8_HEADER_EVEN seem to be set consistently for all sections in a document regardless of the "Link to Previous" setting. The anomaly arises only for WW8_HEADER_FIRST. (Same for WW8_FOOTER_*). (BTW the version of Word whose output I am observing is Word 2010). -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
