Kaydet (Commit) 4f93d696 authored tarafından Eike Rathke's avatar Eike Rathke

coverity#705348 Missing break in switch

Change-Id: I23e03e45ba4f6d259128bc5e4c2fd5952be05c2f
üst 1dd285d0
...@@ -123,6 +123,7 @@ void XMLControlOASISTransformerContext::StartElement( ...@@ -123,6 +123,7 @@ void XMLControlOASISTransformerContext::StartElement(
pMutableAttrList->SetValueByIndex( i, aAttrValue ); pMutableAttrList->SetValueByIndex( i, aAttrValue );
} }
} }
break;
case XML_ATACTION_URI_OASIS: case XML_ATACTION_URI_OASIS:
{ {
OUString aAttrValue( rAttrValue ); OUString aAttrValue( rAttrValue );
......
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