coverity#1340224 Logically dead code

Change-Id: I206701fa068c788f77307a649a607316473e6105
This commit is contained in:
Caolán McNamara
2015-11-25 15:45:36 +00:00
parent f339cd6118
commit 713850c478

View File

@@ -778,6 +778,7 @@ bool DifParser::ScanFloatVal( const sal_Unicode* pStart )
eS = S_END;
}
break;
// coverity[dead_error_begin] - following conditions exist to avoid compiler warning
case S_END:
OSL_FAIL( "DifParser::ScanFloatVal - unexpected state" );
break;