https://bugs.freedesktop.org/show_bug.cgi?id=60491

Michael Stahl <mst...@redhat.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED
           Assignee|libreoffice-b...@lists.free |mst...@redhat.com
                   |desktop.org                 |
                 CC|                            |dtar...@redhat.com,
                   |                            |kohei.yosh...@suse.de
           See Also|                            |https://bugs.freedesktop.or
                   |                            |g/show_bug.cgi?id=60234
            Summary|Editing embeded excel       |missing emboleobj library
                   |spreadsheet in writer.      |on non-Windows platforms,
                   |                            |causing Editing embedded
                   |                            |Excel spreadsheet in Writer
                   |                            |to fail

--- Comment #5 from Michael Stahl <mst...@redhat.com> ---
there are several problems why this doesn't work:

1) commit 09cd5c460704ddd99669a61ae335bfb2ce357140 changed definition
   of DISABLE_ATL so it is always defined, causing the emboleobj library
   to be excluded from non-Windows installation sets. fixed by comment #3

2) on current master, the second fall-back of the OLE object activation
   doVerb(-9) fails because the type detection of XLS files
   is busted; see bug 60562

3) the third fall-back of the OLE object activation doVerb(-9)
  (to SystemShellExecute) fails because it tries to extract a
  stream that does not exist, and does not handle the exception;
  fixed by comment #4

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to