Description: I created a docx file with microsoft word with a logo in the header but this logo isn't render with libreoffice writer. It worked with olders versions (6.0.x.x) Steps to Reproduce: Happens every times with a specific file, but it's hard to reproduce a docx file with this issue, so plz test with mine : https://drive.google.com/file/d/1XSqSvHoNfvFpVTu0DIb6IoPHQ2G4f-Mh/view?usp=sharing Juste open this file Actual Results: The python logo do not appear Expected Results: It should appear Reproducible: Always User Profile Reset: Yes Additional Info: Seems this file works fine with somes olders versions of libreoffice (e.g. 6.0.x.x)
On Win10 with master sources updated today, I could reproduce this. With MSOffice 365, I can see Python logo (a png file).
Created attachment 156971 [details] Test.docx Image is in "Fist page header - section 2" on 2nd page of DOCX.
On pc Debian x86-64 with master sources updated today, I could reproduce this too. Here are console logs: warn:oox:625150:625150:oox/source/docprop/docprophandler.cxx:322: OOXMLDocPropHandler::startFastElement: unknown element 5620 warn:oox:625150:625150:oox/source/docprop/docprophandler.cxx:322: OOXMLDocPropHandler::startFastElement: unknown element 3197 warn:oox:625150:625150:oox/source/docprop/docprophandler.cxx:322: OOXMLDocPropHandler::startFastElement: unknown element 5620 warn:oox:625150:625150:oox/source/docprop/docprophandler.cxx:322: OOXMLDocPropHandler::startFastElement: unknown element 2748 warn:oox:625150:625150:oox/source/docprop/docprophandler.cxx:322: OOXMLDocPropHandler::startFastElement: unknown element 3197 0x561cc88b9c00:createUnknownChildContext:http://schemas.openxmlformats.org/officeDocument/2006/bibliography:b:Sources 0x561cc88bee40:start unknown element:http://schemas.openxmlformats.org/officeDocument/2006/bibliography:b:Sources 0x561cc88bee40:end unknown element:http://schemas.openxmlformats.org/officeDocument/2006/bibliography:b:Sources warn:oox:625150:625150:oox/source/drawingml/shapecontext.cxx:130: ShapeContext::onCreateContext: unhandled element: 3972 warn:legacy.osl:625150:625150:oox/source/helper/storagebase.cxx:67: StorageBase::StorageBase - missing base input stream warn:sal.osl:625150:625150:sal/osl/unx/module.cxx:159: dlopen(/home/julien/lo/libreoffice/instdir/program/libjava_gcc3.so, 257): /home/julien/lo/libreoffice/instdir/program/libjava_gcc3.so: cannot open shared object file: No such file or directory warn:sal.osl:625150:625150:sal/osl/unx/module.cxx:159: dlopen(/home/julien/lo/libreoffice/instdir/program/libgcc3_java.so, 257): /home/julien/lo/libreoffice/instdir/program/libgcc3_java.so: cannot open shared object file: No such file or directory warn:sfx.view:625150:625150:sfx2/source/view/viewfrm.cxx:3228: SID_SIDEBAR state requested, but no task pane child window exists for this ID! warn:sfx.view:625150:625150:sfx2/source/view/viewfrm.cxx:3228: SID_SIDEBAR state requested, but no task pane child window exists for this ID!
This seems to have begun at the below commit. Adding Cc: to Michael Stahl ; Could you possibly take a look at this one? Thanks author Michael Stahl <Michael.Stahl@cib.de> 2019-07-11 18:37:28 +0200 committer Michael Stahl <Michael.Stahl@cib.de> 2019-07-22 08:32:07 +0200 commit 28b77c89dfcafae82cf2a6d85731b643ff9290e5 (patch) tree 4d26e493cebd1d83025094a3a97b9e878bc2b930 parent 22f2ecbcabf3928d5486690ca6465b7b37bc8a10 (diff) tdf#117185 tdf#110442 sw: bring harmony & peace to fly at-char selection 33a49581280e6122a948b46cbe12e268cfd522ae is the first bad commit commit 33a49581280e6122a948b46cbe12e268cfd522ae Author: Norbert Thiebaud <nthiebaud@gmail.com> Date: Sun Jul 21 23:50:29 2019 -0700 source 28b77c89dfcafae82cf2a6d85731b643ff9290e5
this was fixed by commit 81ec0039b2085faab49380c7a56af0c562d4c9e4. *** This bug has been marked as a duplicate of bug 129582 ***