https://bugs.documentfoundation.org/show_bug.cgi?id=167238
Buovjaga <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Headings Appearing under |FILEOPEN DOCX Headings not |Bookmarks |interpreted as headings Whiteboard| QA:needsComment | Status|UNCONFIRMED |NEW Blocks| |108760 Keywords| |bibisected, filter:docx, | |regression Ever confirmed|0 |1 OS|Windows (All) |All Version|25.2.4.3 release |4.0.0.3 release --- Comment #2 from Buovjaga <[email protected]> --- The bookmarks are separate. The headings appeared as headings before version 4.0. Bibisected with linux-43all to range c3aa1cefdc6521d34a2a32c20bae1593e1edb5ba...37b9e290d9e3d20652df0abe1a1458412f3cfe2c I investigated the range with: git log --stat --pretty=short --graph c3aa1cefdc6521d34a2a32c20bae1593e1edb5ba...37b9e290d9e3d20652df0abe1a1458412f3cfe2c | grep -B 10 -A 10 --color=always "sw" | less -R and "writerfilter". This stood out as interesting: b95d203bc17c83ec0fe5139f519d53ed1d842d3a fdo#53175: Don't load the default values of the styles in writerfilter ...or we may have some additional properties set on some styles. The markup from word/document.xml: <w:p w:rsidR="00000000" w:rsidDel="00000000" w:rsidP="00000000" w:rsidRDefault="00000000" w:rsidRPr="00000000" w14:paraId="00000001"> <w:pPr> <w:pStyle w:val="Heading3"/> <w:rPr/> </w:pPr> <w:bookmarkStart w:colFirst="0" w:colLast="0" w:name="_9p6yv3usj3sk" w:id="0"/> <w:bookmarkEnd w:id="0"/> <w:r w:rsidDel="00000000" w:rsidR="00000000" w:rsidRPr="00000000"> <w:rPr> <w:rtl w:val="0"/> </w:rPr> <w:t xml:space="preserve">Stone Kingdom</w:t> </w:r> </w:p> Referenced Bugs: https://bugs.documentfoundation.org/show_bug.cgi?id=108760 [Bug 108760] [META] DOCX (OOXML) style bugs and enhancements -- You are receiving this mail because: You are the assignee for the bug.
