From 861e3a23b94c9ff359ceeb3a512e12de5081282c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= Date: Fri, 30 May 2014 13:20:37 +0100 Subject: [PATCH] coverity#705239 Missing break in switch Change-Id: Ic11f6640b6c60feed06ee988796823aaada76739 --- starmath/source/mathtype.cxx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/starmath/source/mathtype.cxx b/starmath/source/mathtype.cxx index 42e7f289accb..fb2ca5322941 100644 --- a/starmath/source/mathtype.cxx +++ b/starmath/source/mathtype.cxx @@ -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: