Kaydet (Commit) 861e3a23 authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#705239 Missing break in switch

Change-Id: Ic11f6640b6c60feed06ee988796823aaada76739
üst b19043b8
...@@ -2635,11 +2635,13 @@ void MathType::HandleOperator(SmNode *pNode,int nLevel) ...@@ -2635,11 +2635,13 @@ void MathType::HandleOperator(SmNode *pNode,int nLevel)
pS->WriteUChar( sal_uInt8(CHAR) ); pS->WriteUChar( sal_uInt8(CHAR) );
pS->WriteUChar( sal_uInt8(0x86) ); pS->WriteUChar( sal_uInt8(0x86) );
pS->WriteUInt16( sal_uInt16(0x222B) ); pS->WriteUInt16( sal_uInt16(0x222B) );
///fall-through
case TIINT: case TIINT:
case TLLINT: case TLLINT:
pS->WriteUChar( sal_uInt8(CHAR) ); pS->WriteUChar( sal_uInt8(CHAR) );
pS->WriteUChar( sal_uInt8(0x86) ); pS->WriteUChar( sal_uInt8(0x86) );
pS->WriteUInt16( sal_uInt16(0x222B) ); pS->WriteUInt16( sal_uInt16(0x222B) );
///fall-through
case TINT: case TINT:
case TINTD: case TINTD:
case TLINT: case TLINT:
......
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