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

coverity#735529 Dead default in switch

Change-Id: I8423ab78c711065371b9c3c5abeabbb174a57faf
üst 46026259
...@@ -622,9 +622,6 @@ void Reader::ResetFrmFmts( SwDoc& rDoc ) ...@@ -622,9 +622,6 @@ void Reader::ResetFrmFmts( SwDoc& rDoc )
sal_uInt16 nPoolId; sal_uInt16 nPoolId;
switch (i) switch (i)
{ {
default:
OSL_ENSURE(i == 0, "Impossible");
//fallthrough
case 0: case 0:
nPoolId = RES_POOLFRM_FRAME; nPoolId = RES_POOLFRM_FRAME;
break; 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