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

coverity#1213147 Missing break in switch

Change-Id: Icafdcadb22da84d9f8cdb8928aa5e2c148993384
üst 87b991ca
...@@ -4645,6 +4645,7 @@ void SwHTMLParser::BuildTableColGroup( HTMLTable *pCurTable, ...@@ -4645,6 +4645,7 @@ void SwHTMLParser::BuildTableColGroup( HTMLTable *pCurTable,
case HTML_TABLEROW_ON: case HTML_TABLEROW_ON:
case HTML_TABLE_OFF: case HTML_TABLE_OFF:
SkipToken( -1 ); SkipToken( -1 );
//fall-through
case HTML_COLGROUP_OFF: case HTML_COLGROUP_OFF:
bDone = true; bDone = true;
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