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

raal <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|bibisectRequest             |bibisected, bisected
                 CC|                            |[email protected],
                   |                            |[email protected]

--- Comment #13 from raal <[email protected]> ---
This seems to have begun at the below commit.
Adding Cc: to Miklos Vajna ; Could you possibly take a look at this one?
Thanks


cc44ace348bc71b8e0411f3c4a3dbcec4852c8a5 is the first bad commit
commit cc44ace348bc71b8e0411f3c4a3dbcec4852c8a5
Author: Matthew Francis <[email protected]>
Date:   Sun Mar 15 01:57:21 2015 +0800

    source-hash-41aa970b3120837ca9cadb12997a53ad322145a4

    commit 41aa970b3120837ca9cadb12997a53ad322145a4
    Author:     Miklos Vajna <[email protected]>
    AuthorDate: Wed Aug 27 15:24:37 2014 +0200
    Commit:     Miklos Vajna <[email protected]>
    CommitDate: Wed Aug 27 15:34:41 2014 +0200

        DOCX import: fix handling of embedded DOCX files

        The problem was that SwXTextEmbeddedObject::getEmbeddedObject()
returned
        an empty reference for those embedded objects, so the HTML filter
        couldn't extract their content when it wanted to do so.

        It turns out the reason for this was that the DOCX importer only
handled
        the replacement image + raw native data for the object. Fix this by
        creating the embedded object with the correct CLSID and import the
        raw data into the empty embedded document model.

        This is similar to what is done for XLSX-in-PPTX in
        oox::drawingml::ShapeExport::WriteOLE2Shape(), just for the import
part.

        Change-Id: Ieb1dcb1774d2d4da00117e3a35160053066c78aa

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to