sw/source/uibase/shells/grfshex.cxx | 2 ++ 1 file changed, 2 insertions(+)
New commits: commit 2daceaba6f2d1666e195af9a8e5dc8c4a703c293 Author: Jim Raykowski <rayk...@gmail.com> AuthorDate: Sat May 14 21:19:37 2022 -0800 Commit: Caolán McNamara <caol...@redhat.com> CommitDate: Sun May 15 21:17:56 2022 +0200 tdf#149049 related: fix media object inserts twice in Writer Change-Id: Id7a7b845e0255086eb877d21699ddb0b80cc47c1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/134335 Tested-by: Jenkins Tested-by: Caolán McNamara <caol...@redhat.com> Reviewed-by: Caolán McNamara <caol...@redhat.com> diff --git a/sw/source/uibase/shells/grfshex.cxx b/sw/source/uibase/shells/grfshex.cxx index 2f6ad40a36e5..f00a10755d11 100644 --- a/sw/source/uibase/shells/grfshex.cxx +++ b/sw/source/uibase/shells/grfshex.cxx @@ -96,6 +96,8 @@ bool SwTextShell::InsertMediaDlg( SfxRequest const & rReq ) return bRet; } + + return true; } rWindow.EnterWait();