coverity#705239 Missing break in switch
Change-Id: Ic11f6640b6c60feed06ee988796823aaada76739
This commit is contained in:
parent
b19043b89b
commit
861e3a23b9
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user