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

Norbert Thiebaud nthiebaud at gmail.com
Mon Feb 18 05:43:30 PST 2013


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

New commits:
commit 753d92968a9d4dc1d3498464d6a88aee0d654ba5
Author: Norbert Thiebaud <nthiebaud at gmail.com>
Date:   Mon Feb 18 07:16:52 2013 -0600

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

diff --git a/xmloff/source/transform/OOo2Oasis.cxx b/xmloff/source/transform/OOo2Oasis.cxx
index 1a6a7bb..22be397 100644
--- a/xmloff/source/transform/OOo2Oasis.cxx
+++ b/xmloff/source/transform/OOo2Oasis.cxx
@@ -1768,6 +1768,7 @@ XMLTransformerActions *OOo2OasisTransformer::GetUserDefinedActions(
                 case OOO_SOURCE_SERVICE_ACTIONS:
                     m_aActions[OOO_SOURCE_SERVICE_ACTIONS] =
                         new XMLTransformerActions( aSourceServiceActionTable );
+                    break;
                 case OOO_DRAW_AREA_POLYGON_ACTIONS:
                     m_aActions[OOO_DRAW_AREA_POLYGON_ACTIONS] =
                         new XMLTransformerActions( aShapeActionTable );


More information about the Libreoffice-commits mailing list