diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-03-21 10:59:42 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-03-21 11:13:51 +0000 |
commit | a16846dada2dc14fdafe2ddb7535929a0fd97ab9 (patch) | |
tree | 2cea821e85a944585d75047ff672893a643da873 /xmloff/source/text | |
parent | 83f2bb7ef645ea01fea021dc5beba5000a5aa359 (diff) |
coverity#705346 Missing break in switch
Change-Id: I80147bd28eedd9d1032cb173a653d4c52a1eb437
Diffstat (limited to 'xmloff/source/text')
-rw-r--r-- | xmloff/source/text/XMLTextListBlockContext.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmloff/source/text/XMLTextListBlockContext.cxx b/xmloff/source/text/XMLTextListBlockContext.cxx index 8e27678fe9d5..75c8602be2a9 100644 --- a/xmloff/source/text/XMLTextListBlockContext.cxx +++ b/xmloff/source/text/XMLTextListBlockContext.cxx @@ -268,6 +268,7 @@ SvXMLImportContext *XMLTextListBlockContext::CreateChildContext( { case XML_TOK_TEXT_LIST_HEADER: bHeader = sal_True; + //fall-through case XML_TOK_TEXT_LIST_ITEM: pContext = new XMLTextListItemContext( GetImport(), mrTxtImport, nPrefix, rLocalName, |