coverity#1132668 : missing break in switch

Change-Id: Ia759081e7ccc9105898f25025ea567d900d33b13
This commit is contained in:
Norbert Thiebaud 2014-01-19 15:29:26 -06:00
parent 3c2f3f4854
commit a1a545aa98

View File

@ -105,11 +105,8 @@ namespace accessibility
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");
break;
}
case VCLEVENT_LISTBOX_TREESELECT: