[Libreoffice-commits] core.git: dbaccess/source

Michael Stahl mstahl at redhat.com
Thu Nov 30 22:45:05 UTC 2017


 dbaccess/source/filter/xml/xmlfilter.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 6f2f339d1d3ff82e65bb108961c41962d2747993
Author: Michael Stahl <mstahl at redhat.com>
Date:   Thu Nov 30 23:42:12 2017 +0100

    dbaccess: -Werror,-Wimplicit-fallthrough
    
    Change-Id: I0580a4aec9762e774679ad3d6a567ec4e74c1908

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;
         }


More information about the Libreoffice-commits mailing list