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

coverity#735463 Dead default in switch

Change-Id: I422f11f1ccda36c00e00775b32772c1e827b6686
üst 722c82b0
...@@ -444,8 +444,9 @@ void WorkbookFragment::finalizeImport() ...@@ -444,8 +444,9 @@ void WorkbookFragment::finalizeImport()
case SHEETTYPE_CHARTSHEET: case SHEETTYPE_CHARTSHEET:
xFragment.set( new ChartsheetFragment( *xSheetGlob, aFragmentPath ) ); xFragment.set( new ChartsheetFragment( *xSheetGlob, aFragmentPath ) );
break; break;
default: case SHEETTYPE_EMPTYSHEET:
OSL_ENSURE( false, "WorkbookFragment::finalizeImport - unexpected sheet type" ); case SHEETTYPE_MODULESHEET:
break;
} }
// insert the fragment into the map // insert the fragment into the map
......
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