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

coverity#1213143 Missing break in switch

Change-Id: Ief8178f5aa829fba40134d92e686910f1e8f0c54
üst 4c34e45e
...@@ -3876,6 +3876,7 @@ void SwHTMLParser::BuildTableCell( HTMLTable *pCurTable, bool bReadOptions, ...@@ -3876,6 +3876,7 @@ void SwHTMLParser::BuildTableCell( HTMLTable *pCurTable, bool bReadOptions,
case HTML_TBODY_OFF: case HTML_TBODY_OFF:
case HTML_TABLE_OFF: case HTML_TABLE_OFF:
SkipToken(-1); SkipToken(-1);
//fall-through
case HTML_TABLEHEADER_OFF: case HTML_TABLEHEADER_OFF:
case HTML_TABLEDATA_OFF: case HTML_TABLEDATA_OFF:
bDone = true; bDone = true;
......
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