summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2013-02-18 07:15:45 -0600
committerMichael Stahl <mstahl@redhat.com>2013-02-18 13:44:18 +0000
commit7bf7d96a65dc1e14029db42c05230dc091a55da0 (patch)
tree594aeedc49d070a64b770a534f4b54833f1b988d /xmloff
parent753d92968a9d4dc1d3498464d6a88aee0d654ba5 (diff)
coverity#705351 missing break in switch
Change-Id: I8fa9ddbf6966ee2520e6245f7e014ee6df914486 Reviewed-on: https://gerrit.libreoffice.org/2238 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/transform/Oasis2OOo.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/xmloff/source/transform/Oasis2OOo.cxx b/xmloff/source/transform/Oasis2OOo.cxx
index 57abc47b3ecb..c618bfab579d 100644
--- a/xmloff/source/transform/Oasis2OOo.cxx
+++ b/xmloff/source/transform/Oasis2OOo.cxx
@@ -1864,6 +1864,7 @@ XMLTransformerActions *Oasis2OOoTransformer::GetUserDefinedActions(
case OASIS_CONTENT_VALIDATION_ACTIONS:
m_aActions[OASIS_CONTENT_VALIDATION_ACTIONS] =
new XMLTransformerActions( aContentValidationActionTable );
+ break;
case OASIS_DDE_CONV_MODE_ACTIONS:
m_aActions[OASIS_DDE_CONV_MODE_ACTIONS] =
new XMLTransformerActions( aDDEConvModeActionTable );