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

coverity#735402 Logically dead code

Change-Id: Iafc67b4ccd30afdc2dc1c4fb058f9933fa90185a
üst c7d03c4e
...@@ -1419,7 +1419,7 @@ bool SentenceEditWindow_Impl::PreNotify( NotifyEvent& rNEvt ) ...@@ -1419,7 +1419,7 @@ bool SentenceEditWindow_Impl::PreNotify( NotifyEvent& rNEvt )
break; break;
// 4 - on field UE and on error CO // 4 - on field UE and on error CO
case FULL : case FULL :
nAction = bHasField ? ACTION_UNDOEDIT : ACTION_CONTINUE; nAction = ACTION_UNDOEDIT;
break; break;
// 5 - on field FS and on error CO // 5 - on field FS and on error CO
case INSIDE_YES : case INSIDE_YES :
......
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