[Libreoffice-bugs] [Bug 111484] FILEOPEN: ole object preview is blank

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Mon Aug 21 16:39:52 UTC 2017


https://bugs.documentfoundation.org/show_bug.cgi?id=111484

--- Comment #6 from Armin Le Grand (CIB) <Armin.Le.Grand at me.com> ---
CVhecked and found. Very bad trap - two (of several) ReadWindowMetafile usages
pass a SvStream that is seeked to a StartPosition other than zero. So that seek
position has to be used when constructing the VectorDataArray. OTOH there is
one usage in sc that avoids that by copying the data to a MemStream to have it
start-aligned, so this 'hidden' parameter passing was not clear to all callers
of that function.
Solved, put on gerrit.

-- 
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/20170821/9b848096/attachment.html>


More information about the Libreoffice-bugs mailing list