coverity#705239 Missing break in switch

Change-Id: Ic11f6640b6c60feed06ee988796823aaada76739
This commit is contained in:
Caolán McNamara 2014-05-30 13:20:37 +01:00
parent b19043b89b
commit 861e3a23b9

View File

@ -2635,11 +2635,13 @@ void MathType::HandleOperator(SmNode *pNode,int nLevel)
pS->WriteUChar( sal_uInt8(CHAR) );
pS->WriteUChar( sal_uInt8(0x86) );
pS->WriteUInt16( sal_uInt16(0x222B) );
///fall-through
case TIINT:
case TLLINT:
pS->WriteUChar( sal_uInt8(CHAR) );
pS->WriteUChar( sal_uInt8(0x86) );
pS->WriteUInt16( sal_uInt16(0x222B) );
///fall-through
case TINT:
case TINTD:
case TLINT: