summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Raykowski <raykowj@gmail.com>2022-05-14 21:19:37 -0800
committerCaolán McNamara <caolanm@redhat.com>2022-05-15 21:17:56 +0200
commit2daceaba6f2d1666e195af9a8e5dc8c4a703c293 (patch)
tree035e101ae00fffc01397020f73cb63091a2d6eaf
parenttdf#149068 reject OpenGL versions that don't support glGenVertexArrays (diff)
downloadcore-2daceaba6f2d1666e195af9a8e5dc8c4a703c293.tar.gz
core-2daceaba6f2d1666e195af9a8e5dc8c4a703c293.zip
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 <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
-rw-r--r--sw/source/uibase/shells/grfshex.cxx2
1 files changed, 2 insertions, 0 deletions
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();