summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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: