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

WaE: C4065 switch contains default but no case

Change-Id: I33620609d0b39c8bedf5641101e5c0229364cde0
üst 4661b2dd
...@@ -133,16 +133,11 @@ void ChartElementsPanel::HandleContextChange( ...@@ -133,16 +133,11 @@ void ChartElementsPanel::HandleContextChange(
} }
void ChartElementsPanel::NotifyItemUpdate( void ChartElementsPanel::NotifyItemUpdate(
sal_uInt16 nSID, sal_uInt16 /*nSID*/,
SfxItemState /*eState*/, SfxItemState /*eState*/,
const SfxPoolItem* /*pState*/, const SfxPoolItem* /*pState*/,
const bool ) const bool )
{ {
switch(nSID)
{
default:
;
}
} }
}} // end of namespace ::chart::sidebar }} // end of namespace ::chart::sidebar
......
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