https://bugs.freedesktop.org/show_bug.cgi?id=60075
David Tardon <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Assignee|[email protected] |[email protected] |desktop.org | CC| |[email protected] --- Comment #9 from David Tardon <[email protected]> --- SdXMLFrameShapeContext passes its attribute list to all nested images. That means they all try to register themselves with the same ID in SdXMLShapeContext::AddShape, but of course only the first one succeeds. The problem is that this might not be the shape that is actually selected (as in this case, where the first one is PNG, but multiImageImportHelper::solveMultipleImages selects the second one, which is SVG). -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
