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

--- Comment #11 from Justin L <[email protected]> ---
(In reply to Justin L from comment #10)
> So I think the real question is why isn't this working?
A big part of that is because Styles are finished before lists are processed.
        resolveFastSubStream(rStream, OOXMLStream::FONTTABLE);
        resolveFastSubStream(rStream, OOXMLStream::STYLES);
        resolveFastSubStream(rStream, OOXMLStream::NUMBERING);

Numbering needs style information from char styles, and para styles, so we
can't simply switch those two around (and doing so caused a unit test failure
in ooxmlexport10 - good).

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to