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