https://bugs.documentfoundation.org/show_bug.cgi?id=150201
--- Comment #7 from Paris Oplopoios <[email protected]> --- (In reply to Roman Kuznetsov from comment #6) > repro in > > Version: 7.5.0.0.alpha0+ / LibreOffice Community > Build ID: 8580cbdc19224bc2a467535cc527cd28b0f30879 > CPU threads: 4; OS: Mac OS X 12.5; UI render: Skia/Metal; VCL: osx > Locale: ru-RU (ru_RU.UTF-8); UI: en-US > Calc: threaded Jumbo > > I tried just open the WMF file. And I got next message: > > The file '150201 wrong-font-size.wmf' is corrupt and therefore cannot be > opened. LibreOfficeDev can try to repair the file. > The corruption could be the result of document manipulation or of structural > document damage due to data transmission. > We recommend that you do not trust the content of the repaired document. > Execution of macros is disabled for this document. > Should LibreOfficeDev repair the file? Yes/No > > But if you try add the WMF to Writer document using Insert image icon on the > toolbar then LO just inserts the WMF to the document. Yes, probably because WMF detection in Writer uses GraphicFormatDescriptor and in Draw it uses GraphicDescriptor, which has wrong endianness when detecting the placeable key. With patch https://gerrit.libreoffice.org/c/core/+/137634 I can open tdf88163-wrong-font-size.wmf correctly -- You are receiving this mail because: You are the assignee for the bug.
