sfx2/source/doc/objserv.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 18ba437fca41a0f726ebefb060ef335490817544 Author: Caolán McNamara <caol...@redhat.com> Date: Mon Mar 19 14:13:06 2018 +0000 coverity#1430073 silence Unchecked return value Change-Id: I3c40f0679fea99b22489fedb5af17982c1502a86 Reviewed-on: https://gerrit.libreoffice.org/51560 Tested-by: Jenkins <c...@libreoffice.org> Reviewed-by: Caolán McNamara <caol...@redhat.com> Tested-by: Caolán McNamara <caol...@redhat.com> diff --git a/sfx2/source/doc/objserv.cxx b/sfx2/source/doc/objserv.cxx index 8fc60c3c0899..a8e4a94f8a63 100644 --- a/sfx2/source/doc/objserv.cxx +++ b/sfx2/source/doc/objserv.cxx @@ -801,7 +801,7 @@ void SfxObjectShell::ExecFile_Impl(SfxRequest &rReq) { // save as document templates SfxSaveAsTemplateDialog aDlg(rReq.GetFrameWeld(), GetModel()); - aDlg.run(); + (void)aDlg.run(); break; } _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits