coverity#704002 Unchecked return value

Change-Id: Ibf506a219df7d0ad67959b3d266a037003fceea4
This commit is contained in:
Norbert Thiebaud
2014-10-04 21:19:01 -05:00
parent 2fc308b941
commit 6c70a38d12

View File

@@ -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())