editeng/source/editeng/impedit2.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 5e8b6d3b721ba8730bc7a5b335418340e3f89c3e Author: Samuel Mehrbrodt <[email protected]> AuthorDate: Mon Feb 24 11:13:36 2020 +0100 Commit: Samuel Mehrbrodt <[email protected]> CommitDate: Mon Feb 24 12:05:12 2020 +0100 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 <[email protected]> diff --git a/editeng/source/editeng/impedit2.cxx b/editeng/source/editeng/impedit2.cxx index f159c3e71b33..9c04370d9f08 100644 --- a/editeng/source/editeng/impedit2.cxx +++ b/editeng/source/editeng/impedit2.cxx @@ -588,7 +588,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 ); _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
