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

New commits:
commit 753d92968a9d4dc1d3498464d6a88aee0d654ba5
Author: Norbert Thiebaud <nthieb...@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 <mst...@redhat.com>
    Tested-by: Michael Stahl <mst...@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 );
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to