<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - EDITING: Insert OLE Object behaves different if new document is generated from template"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=125100#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - EDITING: Insert OLE Object behaves different if new document is generated from template"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=125100">bug 125100</a>
              from <span class="vcard"><a class="email" href="mailto:ilhanyesil@gmx.de" title="Ilhan Yesil <ilhanyesil@gmx.de>"> <span class="fn">Ilhan Yesil</span></a>
</span></b>
        <pre>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?</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>