https://bugs.documentfoundation.org/show_bug.cgi?id=171025
Justin L <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Status|UNCONFIRMED |ASSIGNED Assignee|[email protected] |[email protected] |desktop.org | --- Comment #1 from Justin L <[email protected]> --- Note that tables is also an issue here - although I am just going to ignore that. When the table calls for a AttrOutput().SectionBreaks(rEndNode), it sees a IsPlausableSingleWordSection, so it doesn't do anything. That's normal. But I don't see it attempting to do anything with the table's break format. That is a rather extreme ODT -> DOCX corner case, and is easily fixed manually if it ever happens. This stuff is already ridiculously complicated without trying to add one more low priority corner case. This is ridiculously complicated because: -LO is very different from MS Word in sections/breaks -LO has a pageAfter break, but MSO doesn't. -MSO has a run-break (a page break in the middle of a paragraph) but LO doesn't. -the code is shared between all formats (DOC/RTF/DOCX) each of which use it in wildly different ways and orders. -- You are receiving this mail because: You are the assignee for the bug.
