Created attachment 137395 [details] sample Steps to reproduce: 1. Open attached document. 2. Check numbering alignment in first page Observed behaviour: it's 1.29 cm instead of 0.64 cms. Check attached image reproduced in Version: 6.0.0.0.alpha1+ Build ID: d30522e46ca884e9bc74af21711d9537e8118859 CPU threads: 4; OS: Linux 4.10; UI render: default; VCL: gtk3; Locale: ca-ES (ca_ES.UTF-8); Calc: group [Bug found by office-interoperability-tools]
Created attachment 137396 [details] comparison MSO 2010 and LibreOffice 6.0
Regression introduced by: author Miklos Vajna <vmiklos@collabora.co.uk> 2017-09-19 07:17:25 (GMT) committer Miklos Vajna <vmiklos@collabora.co.uk> 2017-09-19 14:18:54 (GMT) commit c72a1a74b5b1064fc9cdf9994b11fce26d866e26 (patch) tree ebf199f2a5518452cdbc7354a6d04cd513911aed parent f00ca5f26492a56378da0c7e54003419d8c7dd05 (diff) Related: tdf#112211 DOCX import: fix handling of missing first ind in <w:lvl> Usually a DOCX numbering definition has multiple levels, each level containing a <w:ind ... w:hanging="..."/> element. When this is missing, we should default to the Word default, not to the Writer one. This makes the DOCX version of tdf#106953 imported correctly, in preparation of dropping the original fix that helped RTF only. Bisected with: bibisect-linux64-6.0 Adding Cc: to Miklos Vajna
attachment 100916 [details] from bug 79940 is also affected. ( Numbering A to G in the second section )
Attached 119772 from bug 95189 is also affected
attachment 133992 [details] from bug 108496 is another example.
Miklos Vajna committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=a0bf35f7c0eedbe04783285a4a7071e68baeb7fe tdf#113547 DOCX import: fix handling of stub numbering overrides It will be available in 6.1.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.
The above fixes attachment 137395 [details] from the description -- if you still get problems with other documents, please open follow-up bugreports as usual. Thanks.
Miklos Vajna committed a patch related to this issue. It has been pushed to "libreoffice-6-0": http://cgit.freedesktop.org/libreoffice/core/commit/?id=feb043331207ae66e1ac6cce613ff052f96d4f02&h=libreoffice-6-0 tdf#113547 DOCX import: fix handling of stub numbering overrides It will be available in 6.0.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.
Verified in Version: 6.1.0.0.alpha0+ Build ID: 2bf1cc7372088ec31ac5f0fb60de57feda59d3b7 CPU threads: 4; OS: Linux 4.10; UI render: default; VCL: gtk3; Locale: ca-ES (ca_ES.UTF-8); Calc: group threaded Thanks Miklos!!
Follow-up bug created -> bug 114703
(In reply to Justin L from comment #5) > attachment 133992 [details] from bug 108496 is another example. Confirmed fixed by the commit for bug 114703 - thanks Miklos