[Libreoffice-bugs] [Bug 125100] EDITING: Insert OLE Object behaves different if new document is generated from template
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Fri May 3 09:13:14 UTC 2019
https://bugs.documentfoundation.org/show_bug.cgi?id=125100
--- Comment #2 from Ilhan Yesil <ilhanyesil at gmx.de> ---
I already have explored the code.
In sw\source\uibase\app\docshini.cxx this function is called
// Load, Default-Format
bool SwDocShell::Load( SfxMedium& rMedium )
wherein this function is called:
rEmbeddedObjectContainer.setUserAllowsLinkUpdate(false);
If I comment this out, the behaviour is identical and the sheet data are shown.
This function sets mbUserAllowsLinkUpdate to false.
But the constructors of EmbeddedObjectContainer sets this member to true.
So I assume, there is a default mismatch. Does someone know what the intention
here is?
--
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/20190503/afea1744/attachment.html>
More information about the Libreoffice-bugs
mailing list