summaryrefslogtreecommitdiff
path: root/sc/source/ui/docshell/docsh4.cxx
diff options
context:
space:
mode:
authorKohei Yoshida <kyoshida@novell.com>2011-05-25 15:33:36 -0400
committerKohei Yoshida <kyoshida@novell.com>2011-05-25 15:33:36 -0400
commit225520a39c881b2d6cf7fd10531eacc5cad22bc8 (patch)
tree95d736c67e455be72ec14a3d15ab7ecae6262826 /sc/source/ui/docshell/docsh4.cxx
parent0b83a9aff542dfb44c4a0a247cfc49dcdf40808c (diff)
Launch error message in case the external doc could not be reached.
Diffstat (limited to 'sc/source/ui/docshell/docsh4.cxx')
-rw-r--r--sc/source/ui/docshell/docsh4.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/docshell/docsh4.cxx b/sc/source/ui/docshell/docsh4.cxx
index c15b4a23eedf..5da6df7c4433 100644
--- a/sc/source/ui/docshell/docsh4.cxx
+++ b/sc/source/ui/docshell/docsh4.cxx
@@ -492,7 +492,7 @@ void ScDocShell::Execute( SfxRequest& rReq )
if (nDlgRet == RET_YES || nSet==LM_ALWAYS)
{
ReloadTabLinks();
- aDocument.UpdateExternalRefLinks();
+ aDocument.UpdateExternalRefLinks(GetActiveDialogParent());
aDocument.UpdateDdeLinks();
aDocument.UpdateAreaLinks();