Kaydet (Commit) 4c03d837 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

-Werror,-Wswitch

Change-Id: Iad8c17f8d69d51d55c6cdf2ed355cda140399337
üst d308906d
...@@ -430,6 +430,8 @@ bool OWizTypeSelectList::PreNotify( NotifyEvent& rEvt ) ...@@ -430,6 +430,8 @@ bool OWizTypeSelectList::PreNotify( NotifyEvent& rEvt )
nDone = true; nDone = true;
} }
break; break;
default:
break;
} }
return nDone || MultiListBox::PreNotify(rEvt); return nDone || MultiListBox::PreNotify(rEvt);
} }
......
...@@ -1418,6 +1418,8 @@ bool OJoinTableView::PreNotify(NotifyEvent& rNEvt) ...@@ -1418,6 +1418,8 @@ bool OJoinTableView::PreNotify(NotifyEvent& rNEvt)
} }
} }
break; break;
default:
break;
} }
if (!bHandled) if (!bHandled)
......
...@@ -84,6 +84,8 @@ bool LimitBoxImpl::Notify( NotifyEvent& rNEvt ) ...@@ -84,6 +84,8 @@ bool LimitBoxImpl::Notify( NotifyEvent& rNEvt )
} }
break; break;
} }
default:
break;
} }
return nHandled || LimitBox::Notify( rNEvt ); return nHandled || LimitBox::Notify( rNEvt );
} }
......
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