Kaydet (Commit) 63bfc8ab authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#705353 Missing break in switch, probably intentional

Change-Id: I17d22443f24de5b4bf5c259e38912abc2c14ab94
üst fa0421c7
...@@ -864,6 +864,7 @@ void XMLStyleOASISTContext::StartElement( ...@@ -864,6 +864,7 @@ void XMLStyleOASISTContext::StartElement(
break; break;
case XML_ATACTION_DECODE_STYLE_NAME: case XML_ATACTION_DECODE_STYLE_NAME:
m_bControlStyle = rAttrValue.startsWith( "ctrl" ); m_bControlStyle = rAttrValue.startsWith( "ctrl" );
// fall-through
case XML_ATACTION_DECODE_STYLE_NAME_REF: case XML_ATACTION_DECODE_STYLE_NAME_REF:
{ {
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