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

coverity#735554 Dead default in switch

Change-Id: I12ebe5b9018109f35b6c6691fcf4497c56850d7c
üst 308daa42
...@@ -130,8 +130,6 @@ void XDataPilotDescriptor::testGetDataPilotFields_Impl( uno::Reference< sheet::X ...@@ -130,8 +130,6 @@ void XDataPilotDescriptor::testGetDataPilotFields_Impl( uno::Reference< sheet::X
xPropSet->setPropertyValue(aOrientation, aAny); xPropSet->setPropertyValue(aOrientation, aAny);
} }
break; break;
default:
break;
} }
} }
} }
......
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