sd/source/ui/view/drviewse.cxx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-)
New commits: commit 7ddf28fb4de78a4419e488b9ad4780bbb2bf9844 Author: Caolán McNamara <caol...@redhat.com> AuthorDate: Sun Mar 21 14:36:40 2021 +0000 Commit: Caolán McNamara <caol...@redhat.com> CommitDate: Sun Mar 21 20:44:14 2021 +0100 cid#1473853 Unchecked return value Change-Id: I869e42e1c1651c9c435449a295e41a5f8889f4dc Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112838 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caol...@redhat.com> diff --git a/sd/source/ui/view/drviewse.cxx b/sd/source/ui/view/drviewse.cxx index d537dbdbb77e..b833b1d3b719 100644 --- a/sd/source/ui/view/drviewse.cxx +++ b/sd/source/ui/view/drviewse.cxx @@ -986,10 +986,8 @@ void DrawViewShell::FuSupport(SfxRequest& rReq) { vcl::KeyCode aKCode(KEY_DELETE); KeyEvent aKEvt( 0, aKCode); - //pOLV->PostKeyEvent(aKEvt); // We use SdrObjEditView to handle DEL for underflow handling - mpDrawView->KeyInput(aKEvt, nullptr); - + (void)mpDrawView->KeyInput(aKEvt, nullptr); } } else _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits