summaryrefslogtreecommitdiff
path: root/sc/source/ui/docshell/docsh.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/docshell/docsh.cxx')
-rw-r--r--sc/source/ui/docshell/docsh.cxx13
1 files changed, 0 insertions, 13 deletions
diff --git a/sc/source/ui/docshell/docsh.cxx b/sc/source/ui/docshell/docsh.cxx
index a1cc279398f7..d06c28843502 100644
--- a/sc/source/ui/docshell/docsh.cxx
+++ b/sc/source/ui/docshell/docsh.cxx
@@ -2718,19 +2718,6 @@ bool ScDocShell::PrepareClose( bool bUI )
return bRet;
}
-void ScDocShell::PrepareReload()
-{
- SfxObjectShell::PrepareReload(); // FIXME: Doesn't do a thing?
-
- // The Disconnect of DDE Links can trigger a Reschedule.
- // If the DDE Links are not deleted before the Document dtor,
- // the DDE Link Update for this Document can be triggered from this Reschedule on Reload.
- // This causes a hang.
- //
- // Thus: Disconnect the DDE Links of the old Document before Reload
- m_aDocument.GetDocLinkManager().disconnectDdeLinks();
-}
-
OUString ScDocShell::GetOwnFilterName()
{
return OUString(pFilterSc50);