Kaydet (Commit) bbaa84d1 authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#704284 Logically dead code

since c24ab8de

Change-Id: Ic65f785dd4b1b8c7a56d52bc917ee1da4ad83ebe
üst dc9dcb70
......@@ -1295,8 +1295,7 @@ bool ScTabViewShell::TabKeyInput(const KeyEvent& rKEvt)
{
ScRange aDummy;
ScMarkType eMarkType = GetViewData()->GetSimpleArea( aDummy );
if ( eMarkType != SC_MARK_SIMPLE &&
!(eFunc == KEYFUNC_COPY && eMarkType == SC_MARK_SIMPLE_FILTERED) )
if (eMarkType != SC_MARK_SIMPLE)
{
ErrorMessage(STR_NOMULTISELECT);
bUsed = true;
......
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