diff --git a/xmloff/source/transform/OOo2Oasis.cxx b/xmloff/source/transform/OOo2Oasis.cxx index 1b2661e9af01..5e3f849cbbd1 100644 --- a/xmloff/source/transform/OOo2Oasis.cxx +++ b/xmloff/source/transform/OOo2Oasis.cxx @@ -1749,6 +1749,7 @@ XMLTransformerActions *OOo2OasisTransformer::GetUserDefinedActions( case OOO_DATAPILOT_LEVEL_ACTIONS: m_aActions[OOO_DATAPILOT_LEVEL_ACTIONS] = new XMLTransformerActions( aDataPilotLevelActionTable ); + break; case OOO_SOURCE_SERVICE_ACTIONS: m_aActions[OOO_SOURCE_SERVICE_ACTIONS] = new XMLTransformerActions( aSourceServiceActionTable );