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

coverity#736056 Missing break in switch, assuming intentional

Change-Id: I4f729d26bae2f2e371e0f2c7aabd5cabd7bf5a62
üst dce5aea9
...@@ -282,7 +282,7 @@ bool SwDoc::_SelectNextRubyChars( SwPaM& rPam, SwRubyListEntry& rEntry, sal_uInt ...@@ -282,7 +282,7 @@ bool SwDoc::_SelectNextRubyChars( SwPaM& rPam, SwRubyListEntry& rEntry, sal_uInt
case UnicodeType::OTHER_LETTER: case UnicodeType::OTHER_LETTER:
bChkNxtWrd = true; bChkNxtWrd = true;
//fall-through
default: default:
bIsAlphaNum = false; bIsAlphaNum = false;
break; break;
......
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