coverity#982152 Unchecked return value

Change-Id: I58fd11e38fa0b8ba7efeff8861aeec17742999c3
diff --git a/basctl/source/basicide/baside2.cxx b/basctl/source/basicide/baside2.cxx
index c9719ff..d8312b5 100644
--- a/basctl/source/basicide/baside2.cxx
+++ b/basctl/source/basicide/baside2.cxx
@@ -948,7 +948,11 @@ void ModulWindow::ExecuteCommand (SfxRequest& rReq)
        case SID_DELETE:
        {
            KeyEvent aFakeDelete( 0, KEY_DELETE );
            GetEditView()->KeyInput( aFakeDelete );
            bool bDone = GetEditView()->KeyInput( aFakeDelete );
            if (!bDone)
            {
                BaseWindow::KeyInput(aFakeDelete);
            }
            break;
        }
        case SID_SELECTALL: