https://bugs.documentfoundation.org/show_bug.cgi?id=160253

--- Comment #15 from Mike Kaganski <mikekagan...@hotmail.com> ---
A way forward seems to be collecting the order of list ids in
XMLTextParagraphExport::exportTextContentEnumeration (in the initial pass, when
bAutoStyles is true); and then using them in the second pass - instead of the
current approach of ShouldSkipListId, which constructs DocumentListNodes,
asking the document for the nodes in lists, sorting them by the ids, and then
checking according to the id order - which is obviously wrong here, where a
node with a higher id (main body) is followed by a node with a lower id
(endnote), and then goes another higher node id (main body).

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to