coverity#704002 Unchecked return value
Change-Id: Ibf506a219df7d0ad67959b3d266a037003fceea4
This commit is contained in:
@@ -2098,7 +2098,7 @@ void ScCellShell::ExecuteEdit( SfxRequest& rReq )
|
||||
if (pHdl)
|
||||
{
|
||||
// "=" in KeyEvent, switches to input-mode
|
||||
pScMod->InputKeyEvent( KeyEvent('=', vcl::KeyCode()) );
|
||||
(void)pScMod->InputKeyEvent( KeyEvent('=', vcl::KeyCode()) );
|
||||
|
||||
std::vector<OUString> aNames = pDlg->GetSelectedNames();
|
||||
if (!aNames.empty())
|
||||
|
Reference in New Issue
Block a user