summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2017-11-30 23:42:12 +0100
committerMichael Stahl <mstahl@redhat.com>2017-11-30 23:42:46 +0100
commit6f2f339d1d3ff82e65bb108961c41962d2747993 (patch)
treebe6e41905a1eb2cfe52f208d4bdda265b31047d5 /dbaccess
parentf7a5335ef50f4a9775703a038006dfb983a50a15 (diff)
dbaccess: -Werror,-Wimplicit-fallthrough
Change-Id: I0580a4aec9762e774679ad3d6a567ec4e74c1908
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/filter/xml/xmlfilter.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/dbaccess/source/filter/xml/xmlfilter.cxx b/dbaccess/source/filter/xml/xmlfilter.cxx
index 553b536e8ec9..64521cf1be35 100644
--- a/dbaccess/source/filter/xml/xmlfilter.cxx
+++ b/dbaccess/source/filter/xml/xmlfilter.cxx
@@ -503,6 +503,7 @@ public:
break;
case XML_TOK_CONTENT_BODY:
pContext = new DBXMLDocumentBodyContext(rImport, nPrefix, rLocalName);
+ break;
default:
break;
}