summaryrefslogtreecommitdiff
path: root/sc/source/ui
diff options
context:
space:
mode:
authorSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2019-12-05 09:58:10 +0100
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2019-12-05 17:36:08 +0100
commit069a45e661086d1014855ca4f7ad384ba5752bb6 (patch)
treeb8bd6ea140d199d164f006d71dd752f50254554c /sc/source/ui
parent574cfcacc5489f8995d697126dd463e3df25a4d6 (diff)
Fix "Open Hyperlink" context menu in sc
Change-Id: I05fce087d20123447c1e5bd0f27db8d1c9ef3641 Reviewed-on: https://gerrit.libreoffice.org/84518 Tested-by: Jenkins Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'sc/source/ui')
-rw-r--r--sc/source/ui/view/editsh.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/view/editsh.cxx b/sc/source/ui/view/editsh.cxx
index 80a7bf1cdea2..61888c663ef4 100644
--- a/sc/source/ui/view/editsh.cxx
+++ b/sc/source/ui/view/editsh.cxx
@@ -623,7 +623,7 @@ void ScEditShell::Execute( SfxRequest& rReq )
{
const SvxURLField* pURLField = GetURLField();
if ( pURLField )
- ScGlobal::OpenURL( pURLField->GetURL(), pURLField->GetTargetFrame() );
+ ScGlobal::OpenURL( pURLField->GetURL(), pURLField->GetTargetFrame(), true );
return;
}
case SID_EDIT_HYPERLINK: