diff options
-rw-r--r-- | sw/source/filter/html/htmltab.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/source/filter/html/htmltab.cxx b/sw/source/filter/html/htmltab.cxx index 4d821898fa7f..7be47f03041d 100644 --- a/sw/source/filter/html/htmltab.cxx +++ b/sw/source/filter/html/htmltab.cxx @@ -3876,6 +3876,7 @@ void SwHTMLParser::BuildTableCell( HTMLTable *pCurTable, bool bReadOptions, case HTML_TBODY_OFF: case HTML_TABLE_OFF: SkipToken(-1); + //fall-through case HTML_TABLEHEADER_OFF: case HTML_TABLEDATA_OFF: bDone = true; |