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

coverity#1292227 Missing break in switch

Change-Id: Ib1df249b85f7c8996babde7836f43d3fa0e586c8
üst c54d7a83
......@@ -94,6 +94,7 @@ void ScAccessibleFilterTopWindow::setAccessibleChild(
{
case EDIT_SEARCH_BOX:
mxAccEditSearchBox = rAccessible;
break;
case LISTBOX:
mxAccListBox = rAccessible;
break;
......
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