https://bugs.documentfoundation.org/show_bug.cgi?id=125100
--- Comment #2 from Ilhan Yesil <[email protected]> ---
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.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs