coverity#705147 Missing break in switch, assuming its intentional
Change-Id: I9041f18eb4aae73b795245c589b28a3d02d8397e
This commit is contained in:
@@ -158,6 +158,7 @@ void OTableRowView::Command(const CommandEvent& rEvt)
|
|||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
//fall-through
|
||||||
default:
|
default:
|
||||||
EditBrowseBox::Command(rEvt);
|
EditBrowseBox::Command(rEvt);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user