https://bugs.documentfoundation.org/show_bug.cgi?id=147646
--- Comment #5 from Mike Kaganski <[email protected]> --- The two codes (ww8 and OOXML import) would indeed do something different with internal structures - but my first idea would be, that in the end, they would call the same code to format the Writer document model (not necessarily, but that would be the first thing I would check) So I'd try to debug the ww8 code until I see the actual call merging the cells in the document model, and then tried to put a breakpoint there, and then check if it gets hit when loading merged cells from DOCX. If successful, you would need to check where the merge cell data comes from, and if it's possible to insert a similar logic like in https://gerrit.libreoffice.org/c/core/+/32512 in some place in the merged cells data flow - so that the paragraphs of those hidden cells don't contain the numbering info. -- You are receiving this mail because: You are the assignee for the bug.
