diff options
author | Kohei Yoshida <kyoshida@novell.com> | 2011-05-25 15:33:36 -0400 |
---|---|---|
committer | Kohei Yoshida <kyoshida@novell.com> | 2011-05-25 15:33:36 -0400 |
commit | 225520a39c881b2d6cf7fd10531eacc5cad22bc8 (patch) | |
tree | 95d736c67e455be72ec14a3d15ab7ecae6262826 /sc/source/ui/docshell | |
parent | 0b83a9aff542dfb44c4a0a247cfc49dcdf40808c (diff) |
Launch error message in case the external doc could not be reached.
Diffstat (limited to 'sc/source/ui/docshell')
-rw-r--r-- | sc/source/ui/docshell/docsh4.cxx | 2 |
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(); |