coverity#736056 Missing break in switch, assuming intentional
Change-Id: I4f729d26bae2f2e371e0f2c7aabd5cabd7bf5a62
This commit is contained in:
@@ -282,7 +282,7 @@ bool SwDoc::_SelectNextRubyChars( SwPaM& rPam, SwRubyListEntry& rEntry, sal_uInt
|
||||
|
||||
case UnicodeType::OTHER_LETTER:
|
||||
bChkNxtWrd = true;
|
||||
|
||||
//fall-through
|
||||
default:
|
||||
bIsAlphaNum = false;
|
||||
break;
|
||||
|
Reference in New Issue
Block a user