sc/source/ui/view/editsh.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 069a45e661086d1014855ca4f7ad384ba5752bb6
Author:     Samuel Mehrbrodt <samuel.mehrbr...@cib.de>
AuthorDate: Thu Dec 5 09:58:10 2019 +0100
Commit:     Samuel Mehrbrodt <samuel.mehrbr...@cib.de>
CommitDate: Thu Dec 5 17:36:08 2019 +0100

    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.mehrbr...@cib.de>

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:
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to