DOCX file: http://bugs.documentfoundation.org/attachment.cgi?id=120911 the main difference between a ODT file exported with and without the commit below is that we get extra paragraph numbering since the paragraph that starts with "Verze": now all following paragraphs are numbered. that also happens to trigger a layout crash, see bug 96172 2b78f2cd7b9e4bab0f3b3b9119238f36a1bbc7b2 is the first bad commit commit 2b78f2cd7b9e4bab0f3b3b9119238f36a1bbc7b2 Author: Michael Stahl <mstahl@redhat.com> 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)
caused by a paragraph with a section break that has numbering applied. fixed on master
Michael Stahl committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=57def64bec0853de7d6f4243e31e8e9650491914 writerfilter: tdf#97417: don't insert numbering on end-of-section It will be available in 5.2.0. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Michael Stahl committed a patch related to this issue. It has been pushed to "libreoffice-5-1": http://cgit.freedesktop.org/libreoffice/core/commit/?id=71a8cac070a2c33bf6b66766d84b08c258a6aaf9&h=libreoffice-5-1 writerfilter: tdf#97417: don't insert numbering on end-of-section It will be available in 5.1.1. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
https://cgit.freedesktop.org/libreoffice/core/commit/?id=893698741a78e56d74b87caff24f67742ddd892b related to tdf#97417: fix unit test page count
Justin Luth committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=893698741a78e56d74b87caff24f67742ddd892b related to tdf#97417: fix unit test page count It will be available in 5.4.0. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Justin Luth committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=c829e01e973ac32fb625925ce83f843ad30d94db related to tdf#97417: fix unit test's early para numbering It will be available in 5.4.0. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Justin Luth committed a patch related to this issue. It has been pushed to "libreoffice-5-3": http://cgit.freedesktop.org/libreoffice/core/commit/?id=7e38087bf2a4d9d9edd0c98f965531002e0be777&h=libreoffice-5-3 related to tdf#97417: fix unit test page count It will be available in 5.3.0.1. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Justin Luth committed a patch related to this issue. It has been pushed to "libreoffice-5-3": http://cgit.freedesktop.org/libreoffice/core/commit/?id=a21035c779167ec0e84ac21b9e5cdf6f2553ab30&h=libreoffice-5-3 related to tdf#97417: fix unit test's early para numbering It will be available in 5.3.0.1. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
*** Bug 92129 has been marked as a duplicate of this bug. ***