[Libreoffice-bugs] [Bug 118242] DOCX EXPORT: anchor of text frame is wrong + MSO can't open the file
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Tue Jun 26 08:15:47 UTC 2018
https://bugs.documentfoundation.org/show_bug.cgi?id=118242
--- Comment #6 from Patrick Jaap <patrick.jaap at tu-dresden.de> ---
I think the bug is caused by a missing header reference in the document.xml
file. This should by the reason why Word refuses to open the file. The header
reference (and the header file) are indeed created in
sw/source/filter/ww8/docxexport.cxx:780.
But when the section properties are written in
sw/source/filter/ww8/wrt8sty.cxx:1513 (called by
sw/source/filter/ww8/docxattributeoutput.cxx:5900) the header reference is not
present.
Miklos gave me a hint that is has to do with postponing the output of the
section properties in docxattributeoutput.cxx:5910. But I wasn't able to follow
that trace. I think I am missing some background knowledge on this topic.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20180626/7a1c52d3/attachment.html>
More information about the Libreoffice-bugs
mailing list