[Libreoffice-bugs] [Bug 113608] FILEOPEN DOCX Table cell indentation grows in particular document
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Wed Aug 15 14:54:41 UTC 2018
https://bugs.documentfoundation.org/show_bug.cgi?id=113608
Justin L <jluth at mail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
See Also| |https://bugs.documentfounda
| |tion.org/show_bug.cgi?id=97
| |417
--- Comment #12 from Justin L <jluth at mail.com> ---
(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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20180815/11f7bc02/attachment.html>
More information about the Libreoffice-bugs
mailing list