Kaydet (Commit) 753d9296 authored tarafından Norbert Thiebaud's avatar Norbert Thiebaud Kaydeden (comit) Michael Stahl

coverity#705351 Missing break in switch

Change-Id: Id6d35b951ff78f21e3ea5a9beed22081f8c466fa
Reviewed-on: https://gerrit.libreoffice.org/2237Reviewed-by: 's avatarMichael Stahl <mstahl@redhat.com>
Tested-by: 's avatarMichael Stahl <mstahl@redhat.com>
üst 2d3e06c0
......@@ -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 );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment