summaryrefslogtreecommitdiff
path: root/editeng
diff options
context:
space:
mode:
authorSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2020-02-24 11:13:36 +0100
committerXisco FaulĂ­ <xiscofauli@libreoffice.org>2020-02-25 09:42:00 +0100
commit7db2d68ec0add7bbdc9067f2818274a569ab86fb (patch)
tree495d66ccfe324b8cd8749934f2a5302437ad8e79 /editeng
parent6901a41856a7710fd75f200ea127d55499d942b5 (diff)
tdf#130760 Fix crash when clicking link to other slide
Change-Id: Ie8b0cfb852fe1abc49b80b1d2d9d2c3be1241701 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/89332 Tested-by: Jenkins Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> (cherry picked from commit 5e8b6d3b721ba8730bc7a5b335418340e3f89c3e) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/89285 Reviewed-by: Xisco FaulĂ­ <xiscofauli@libreoffice.org>
Diffstat (limited to 'editeng')
-rw-r--r--editeng/source/editeng/impedit2.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/editeng/source/editeng/impedit2.cxx b/editeng/source/editeng/impedit2.cxx
index c92cbe85cf98..7fe64b194097 100644
--- a/editeng/source/editeng/impedit2.cxx
+++ b/editeng/source/editeng/impedit2.cxx
@@ -606,7 +606,7 @@ bool ImpEditEngine::MouseButtonUp( const MouseEvent& rMEvt, EditView* pView )
css::system::SystemShellExecute::create(
comphelper::getProcessComponentContext()));
exec->execute(pUrlField->GetURL(), OUString(),
- css::system::SystemShellExecuteFlags::URIS_ONLY);
+ css::system::SystemShellExecuteFlags::DEFAULTS);
}
}
GetEditEnginePtr()->FieldClicked( *pFld );