summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-05-30 12:51:08 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-05-30 14:19:07 +0100
commit3f2cf1cbd5e8e56cf65ec8c987fface7690d6b7f (patch)
tree8a8a07bd00263defc4f509fa1c4f3153cfb6e489
parent4c34e45e72ea4537efe5bd66308783b1568b0d74 (diff)
coverity#1213143 Missing break in switch
Change-Id: Ief8178f5aa829fba40134d92e686910f1e8f0c54
-rw-r--r--sw/source/filter/html/htmltab.cxx1
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;