https://bugs.documentfoundation.org/show_bug.cgi?id=144668
Regina Henschel <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Keywords| |filter:docx Summary|Customized number format |DOCX Customized numbering |lost on save and re-open |format lost on save and | |re-open Ever confirmed|0 |1 --- Comment #6 from Regina Henschel <[email protected]> --- We have two errors here: DOCX Import: The second level is set to show all levels (ODF text:display-level="2"), but the OOXML format string has only %2 and not %1. DOCX Export: The format string is totally wrong. In ODF it is loext:num-list-format="[000%1%], but in OOXML is becomes [%1000]. The wrong format string on export is created too, if you start with a new document. The export error does not happen, if the prefix string has only letters and not digits. Tested with Version: 7.3.0.0.alpha0+ (x64) / LibreOffice Community Build ID: 3372f93173b900c087073078a01d31916bf47783 CPU threads: 8; OS: Windows 10.0 Build 19043; UI render: Skia/Raster; VCL: win Locale: de-DE (en_US); UI: en-US Calc: threaded -- You are receiving this mail because: You are the assignee for the bug.
