summaryrefslogtreecommitdiff
path: root/xmloff/source/transform
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-02-11 15:44:43 +0200
committerNoel Grandin <noel@peralex.com>2014-02-12 08:59:09 +0200
commit78ec17eb6bbaa5518ce2bc0a08a6d7a6f27cc8b3 (patch)
tree5b0c69425f8815fe688ccd46c29fcc5cc4575d4a /xmloff/source/transform
parent69b31ea3d88f831fb771f4f160a7e227dd373478 (diff)
cid#705350 missing break in switch
Change-Id: I8f01d7b3406eed629b08082c5a1c9e1466d954f1
Diffstat (limited to 'xmloff/source/transform')
-rw-r--r--xmloff/source/transform/OOo2Oasis.cxx1
1 files changed, 1 insertions, 0 deletions
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 );