coverity#1132668 : missing break in switch
Change-Id: Ia759081e7ccc9105898f25025ea567d900d33b13
This commit is contained in:
parent
3c2f3f4854
commit
a1a545aa98
@ -105,11 +105,8 @@ namespace accessibility
|
|||||||
|
|
||||||
case VCLEVENT_LISTBOX_SELECT :
|
case VCLEVENT_LISTBOX_SELECT :
|
||||||
{
|
{
|
||||||
// First send an event that tells the listeners of a
|
|
||||||
// modified selection. The active descendant event is
|
|
||||||
// send after that so that the receiving AT has time to
|
|
||||||
// read the text or name of the active child.
|
|
||||||
OSL_ASSERT(0 && "Debug: Treelist shouldn't use VCLEVENT_LISTBOX_SELECT");
|
OSL_ASSERT(0 && "Debug: Treelist shouldn't use VCLEVENT_LISTBOX_SELECT");
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
case VCLEVENT_LISTBOX_TREESELECT:
|
case VCLEVENT_LISTBOX_TREESELECT:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user