Kaydet (Commit) 6c70a38d authored tarafından Norbert Thiebaud's avatar Norbert Thiebaud

coverity#704002 Unchecked return value

Change-Id: Ibf506a219df7d0ad67959b3d266a037003fceea4
üst 2fc308b9
......@@ -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())
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment