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

coverity#1130407 Missing break in switch

Change-Id: Ic4261e6ed9ea44ef8b4fad174b40febe4ff795fd
üst 5b2aaefb
......@@ -476,6 +476,7 @@ bool ScTokenConversion::ConvertToTokenSequence( const ScDocument& rDoc,
break;
default:
OSL_TRACE( "ScTokenConversion::ConvertToTokenSequence: unhandled token type SvStackVar %d", rToken.GetType());
//fall-through
case svSep: // occurs with ocSep, ocOpen, ocClose, ocArray*
case svJump: // occurs with ocIf, ocChose
case svMissing: // occurs with ocMissing
......
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