http://openoffice.org/bugzilla/show_bug.cgi?id=117955
--- Comment #7 from [email protected] 2011-05-03 15:57:36 --- there is apparently a limitation to the WW8 export: the page descriptors in endnotes cannot be exported. in WW8_WrPlcSepx::WriteKFTxt the headers/footers are exported. in the WW8 format, the endnotes come after the headers/footers. so if a page descriptor contains header/footer it must be known before WriteKFTxt is called, which apparently isn't the case here. given the crash in this issue, the WW8 export really does not expect this. i don't really know if the fix for the other issue that introduced this regression is the right one. the second array (pAttrs) is necessary because the section properties are actually stored separate from the text, and far later. i've tried putting in some hacks to prevent the 2 arrays from going out of sync by preventing the insertion of new sections after the headers/footers have been written. -- Configure bugmail: http://openoffice.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Bugzilla. Please log into the website and enter your comments. --------------------------------------------------------------------- -- ----------------------------------------------------------------- To unsubscribe send email to [email protected] For additional commands send email to [email protected] with Subject: help -- ----------------------------------------------------------------- To unsubscribe send email to [email protected] For additional commands send email to [email protected] with Subject: help
