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

coverity#705186 Missing break in switch

Change-Id: I57e5f96fe9b385de852006e4b5bb830c782f93d6
üst bd7d32bf
......@@ -215,6 +215,7 @@ void Index::makeIndexKeys(const lang::Locale &rLocale, const OUString &algorithm
break;
case sal_Unicode('{'):
close = '}';
//fall-through
case sal_Unicode('('):
if (key_count > 0) {
sal_Int16 end = i+1;
......
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