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

--- Comment #10 from Armin Le Grand <armin.le.gr...@me.com> ---
Looks as if resetting the UNO API object is too much here, the animation info
mapping uses a weak-reference to the xSHape and gets lost. Checked that the
original problem (the too many Outliners and VirtualDevices) are caused by the
XCustomShapeEngine. Thus I tried to reset just that (mxCustomShapeEngine is a
public member in SdrObjCustomShape, what..?) and it works. Tried loading the
orig doc, looks good. Also the animated doc looks good. Will have to adapt that
fix to this change:
in sd/source/ui/unoidl/unopage.cxx|627 'pCustomShape->setUnoShape(nullptr)' ->
'pCustomShape->mxCustomShapeEngine.set(nullptr)'...

-- 
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