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

Justin L <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           See Also|                            |https://bugs.documentfounda
                   |                            |tion.org/show_bug.cgi?id=97
                   |                            |417

--- Comment #12 from Justin L <[email protected]> ---
(In reply to Justin L from comment #11)
>rhbz#988516: DOCX import: fix context stack when importing header/footer
This is the same commit that caused the similar problem fixed in bug 97417

Here is what is happening.
1.) Heading 4 is assigned as the paragraph style for the sectPr empty
paragraph, which will be bRemove'd. bRemove tries to delete
PROP_NUMBERING_RULES to prevent run-on numbering (bug 97417), but there is
nothing to delete.
2.) finish paragraph finds no explicit NUMBERING_RULES, so it looks to the
style, and Heading 4 of course is a numbering style in LO.  So, now the
NUMBERING_RULE property that bRemove tried to avoid has been secretly added.

-- 
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