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

coverity#1213145 Missing break in switch

Change-Id: I88e75d08db68417a931e47c1747900dd3fd1adad
üst 2b4b5684
......@@ -4278,6 +4278,7 @@ void SwHTMLParser::BuildTableRow( HTMLTable *pCurTable, bool bReadOptions,
case HTML_TFOOT_OFF:
case HTML_TABLE_OFF:
SkipToken( -1 );
//fall-through
case HTML_TABLEROW_OFF:
bDone = true;
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