https://bugs.documentfoundation.org/show_bug.cgi?id=96172
Michael Stahl <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |bisected --- Comment #9 from Michael Stahl <[email protected]> --- 2b78f2cd7b9e4bab0f3b3b9119238f36a1bbc7b2 is the first bad commit commit 2b78f2cd7b9e4bab0f3b3b9119238f36a1bbc7b2 Author: Michael Stahl <[email protected]> Date: Wed Mar 5 23:29:06 2014 +0100 rhbz#988516: DOCX import: fix context stack when importing header/footer When a header/footer substream is parsed, a ParagraphGroup is started, but not ended; so the properties of the last paragraph in the header/footer are applied to a paragraph in the body. The obvious fix to add a call to endParagraphGroup() at the end of w:p element breaks table cells. So add a call to endParagraphGroup() at the end of the "hdr"/"ftr" element. (The problem in the bugdoc became much more visible with commit ca555c596043c88894b964ac5e21f5a7271d5f3b, but was there before) -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
