summaryrefslogtreecommitdiff
path: root/starmath
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-05-30 13:20:37 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-05-30 14:19:09 +0100
commit861e3a23b94c9ff359ceeb3a512e12de5081282c (patch)
tree5861a96bf340bcaac372a1efc486f2559f26c893 /starmath
parentb19043b89b52140733a94a4e12f0054fbc9add6c (diff)
coverity#705239 Missing break in switch
Change-Id: Ic11f6640b6c60feed06ee988796823aaada76739
Diffstat (limited to 'starmath')
-rw-r--r--starmath/source/mathtype.cxx2
1 files changed, 2 insertions, 0 deletions
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: