coverity#736056 Missing break in switch, assuming intentional

Change-Id: I4f729d26bae2f2e371e0f2c7aabd5cabd7bf5a62
This commit is contained in:
Caolán McNamara
2014-06-05 17:14:45 +01:00
parent dce5aea971
commit bf01bb6e80

View File

@@ -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;