summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2014-10-31 14:41:05 +0100
committerEike Rathke <erack@redhat.com>2014-10-31 14:43:20 +0100
commit4f93d6960c4a3d56f066c72ca815beeb24e5d960 (patch)
tree7fc012463b0eafe84e6b447e7469a71befd7034f /xmloff
parent1dd285d0c707399f83bbbd51bf8b14abbc72cc78 (diff)
coverity#705348 Missing break in switch
Change-Id: I23e03e45ba4f6d259128bc5e4c2fd5952be05c2f
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/transform/ControlOASISTContext.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/xmloff/source/transform/ControlOASISTContext.cxx b/xmloff/source/transform/ControlOASISTContext.cxx
index 0f1b36114fb8..52abc9e4c8d1 100644
--- a/xmloff/source/transform/ControlOASISTContext.cxx
+++ b/xmloff/source/transform/ControlOASISTContext.cxx
@@ -123,6 +123,7 @@ void XMLControlOASISTransformerContext::StartElement(
pMutableAttrList->SetValueByIndex( i, aAttrValue );
}
}
+ break;
case XML_ATACTION_URI_OASIS:
{
OUString aAttrValue( rAttrValue );