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

Norbert Thiebaud nthiebaud at gmail.com
Mon Feb 18 05:44:37 PST 2013


 xmloff/source/transform/Oasis2OOo.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 7bf7d96a65dc1e14029db42c05230dc091a55da0
Author: Norbert Thiebaud <nthiebaud at gmail.com>
Date:   Mon Feb 18 07:15:45 2013 -0600

    coverity#705351 missing break in switch
    
    Change-Id: I8fa9ddbf6966ee2520e6245f7e014ee6df914486
    Reviewed-on: https://gerrit.libreoffice.org/2238
    Reviewed-by: Michael Stahl <mstahl at redhat.com>
    Tested-by: Michael Stahl <mstahl at redhat.com>

diff --git a/xmloff/source/transform/Oasis2OOo.cxx b/xmloff/source/transform/Oasis2OOo.cxx
index 57abc47..c618bfa 100644
--- a/xmloff/source/transform/Oasis2OOo.cxx
+++ b/xmloff/source/transform/Oasis2OOo.cxx
@@ -1864,6 +1864,7 @@ XMLTransformerActions *Oasis2OOoTransformer::GetUserDefinedActions(
             case OASIS_CONTENT_VALIDATION_ACTIONS:
                 m_aActions[OASIS_CONTENT_VALIDATION_ACTIONS] =
                     new XMLTransformerActions( aContentValidationActionTable );
+                break;
             case OASIS_DDE_CONV_MODE_ACTIONS:
                 m_aActions[OASIS_DDE_CONV_MODE_ACTIONS] =
                     new XMLTransformerActions( aDDEConvModeActionTable );


More information about the Libreoffice-commits mailing list