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

misleading and unnecessary fall through comments

Change-Id: I6309a484c3411bc1151ff2ccd276d70600854021
Reviewed-on: https://gerrit.libreoffice.org/67191
Tested-by: Jenkins
Reviewed-by: 's avatarCaolán McNamara <caolanm@redhat.com>
Tested-by: 's avatarCaolán McNamara <caolanm@redhat.com>
üst 553fcbbb
...@@ -99,9 +99,7 @@ bool FontSubsetInfo::CreateFontSubset( ...@@ -99,9 +99,7 @@ bool FontSubsetInfo::CreateFontSubset(
case FontType::ANY_TYPE1: case FontType::ANY_TYPE1:
bOK = CreateFontSubsetFromType1( pOutGlyphWidths); bOK = CreateFontSubsetFromType1( pOutGlyphWidths);
break; break;
// fall through
case FontType::NO_FONT: case FontType::NO_FONT:
// fall through
default: default:
OSL_FAIL( "unhandled type in CreateFontSubset()"); OSL_FAIL( "unhandled type in CreateFontSubset()");
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