coverity#735554 Dead default in switch

Change-Id: I12ebe5b9018109f35b6c6691fcf4497c56850d7c
This commit is contained in:
Caolán McNamara 2014-03-27 11:08:30 +00:00
parent 308daa42c0
commit e1b8f3f6c5

View File

@ -130,8 +130,6 @@ void XDataPilotDescriptor::testGetDataPilotFields_Impl( uno::Reference< sheet::X
xPropSet->setPropertyValue(aOrientation, aAny);
}
break;
default:
break;
}
}
}