Created attachment 164519 [details] Test ODT File The attached ODT file contains two-level numbering list text. The 2nd level in Chapter 2 is set to restart numbering, so its numbering should be 1 and 2. However, when save as DOCX, it becomes 3 and 4. Steps to Reproduce: 1. Save the attached ODT file to DOCX. 2. Open the saved DOCX with Writer, or with MSO. Current Result: Chapter 1 Heading 1. Chapter 1 Point 1 2. Chapter 1 Point 2 Chapter 2 Heading 3. Chapter 2 Point 1 4. Chapter 2 Point 2 Expected Result: Chapter 1 Heading 1. Chapter 1 Point 1 2. Chapter 1 Point 2 Chapter 2 Heading 1. Chapter 2 Point 1 2. Chapter 2 Point 2 版本: 6.4.6.2 Build ID: 0ce51a4fd21bff07a5c061082cc82c5ed232f115 CPU 线程: 4; 操作系统: Linux 5.7; 界面渲染: 默认; VCL: gtk3; 区域语言: zh-CN (zh_CN.UTF-8); UI 语言: zh-CN Calc: threaded
It's solved in 7.0 Verified in Version: 7.0.0.3 (x64) Build ID: 8061b3e9204bef6b321a21033174034a5e2ea88e CPU threads: 4; OS: Windows 10.0 Build 19041; UI render: Skia/Raster; VCL: win Locale: ro-RO (ro_RO); UI: en-US Calc: threaded
Confirm it with 7.0 Version: 7.0.0.3 (x64) Build ID: 8061b3e9204bef6b321a21033174034a5e2ea88e CPU threads: 4; OS: Windows 10.0 Build 19041; UI render: Skia/Raster; VCL: win Locale: ro-RO (ro_RO); UI: en-US Calc: threaded
My bibisecting suggests that it's a regression caused by any of the following: f8211e84a5239de25fe6dc45a4bb6b6f8673a1ee..ea414f8f255d75e3be71c0d65731ff3f42f589ed Age Commit message 2020-05-11 sw from-bottom relative orientation: link ODF proposal 2020-05-11 tdf#132766: DOCX export: always try to set bullet font for list 2020-05-11 tdf#95189: docx import: apply list ovverride only once Vasily Adding Vasily Melenchuk to cc list: Would you please take a look?
(In reply to BogdanB from comment #1) No, the bug still persists in the current master: 2020-08-20 22:47:10 +0200 b93a294a38b6810aa5b871e02b851bb7e356515d
Yes, I want to hide comment 1, it's wrong. I confirmed this bug after that.
(In reply to Kevin Suo from comment #3) > Adding Vasily Melenchuk to cc list: Would you please take a look? Added now.
Vasily Melenchuk committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/4e377914bf12fc3cc6b15ca4a99d6e755f141805 tdf#135973: DOCX export: improved list override support It will be available in 7.1.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Thanks for the fix. Could you please backport this to 6.4 branch as well?
Solved. Verified in Version: 7.1.0.0.alpha0+ Build ID: 217122387f6e0ef657b8ba85eae082b448901cec CPU threads: 4; OS: Linux 5.4; UI render: default; VCL: gtk3 Locale: ro-RO (ro_RO.UTF-8); UI: en-US Calc: threaded
Vasily Melenchuk committed a patch related to this issue. It has been pushed to "libreoffice-7-0": https://git.libreoffice.org/core/commit/892329fc88116cbe70f0d92f8d307775840595b4 tdf#135973: DOCX export: improved list override support It will be available in 7.0.2. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Vasily Melenchuk committed a patch related to this issue. It has been pushed to "libreoffice-6-4": https://git.libreoffice.org/core/commit/2bc32e96df52e7f49b51881aa8f0dc97961c4f60 tdf#135973: DOCX export: improved list override support It will be available in 6.4.7. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Thank you!