| commit | 42da02bd5aa50c349ab7a2e75d054fd4af55f6a2 | [log] |
|---|---|---|
| author | Caolán McNamara <caolanm@redhat.com> | Thu Jan 31 08:58:33 2019 +0000 |
| committer | Caolán McNamara <caolanm@redhat.com> | Thu Jan 31 11:27:34 2019 +0100 |
| tree | 4cf1f5e9e73ae6b23eeac11b776d0358b863ddf6 | |
| parent | 553fcbbb39a674df34475fc92a1ee3410d68c215 [diff] |
misleading and unnecessary fall through comments Change-Id: I6309a484c3411bc1151ff2ccd276d70600854021 Reviewed-on: https://gerrit.libreoffice.org/67191 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
diff --git a/vcl/source/fontsubset/fontsubset.cxx b/vcl/source/fontsubset/fontsubset.cxx index 2b50ed4..412a1dd 100644 --- a/vcl/source/fontsubset/fontsubset.cxx +++ b/vcl/source/fontsubset/fontsubset.cxx
@@ -99,9 +99,7 @@ bool FontSubsetInfo::CreateFontSubset( case FontType::ANY_TYPE1: bOK = CreateFontSubsetFromType1( pOutGlyphWidths); break; // fall through case FontType::NO_FONT: // fall through default: OSL_FAIL( "unhandled type in CreateFontSubset()"); break;