Kaydet (Commit) 710a7dd4 authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#1158167 Missing break in switch

Change-Id: I33f19229ebaa96aa7dffb3348dbe382fb813561f
üst 50838ed9
...@@ -1995,6 +1995,7 @@ void SwAutoFormat::AutoCorrect( sal_Int32 nPos ) ...@@ -1995,6 +1995,7 @@ void SwAutoFormat::AutoCorrect( sal_Int32 nPos )
case '?': case '?':
if( aFlags.bCptlSttSntnc ) if( aFlags.bCptlSttSntnc )
bFirstSent = sal_True; bFirstSent = sal_True;
/* fallthrough */
default: default:
if( !( rAppCC.isLetterNumeric( *pTxt, nPos ) if( !( rAppCC.isLetterNumeric( *pTxt, nPos )
|| '/' == cChar )) // '/' should not be a word separator (e.g. '1/2' needs to be handled as one word for replacement) || '/' == cChar )) // '/' should not be a word separator (e.g. '1/2' needs to be handled as one word for replacement)
......
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