diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2015-02-21 14:09:16 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2015-02-21 14:45:36 +0100 |
commit | b98ac7072499df72817cad553fd77d2d85ac1c08 (patch) | |
tree | 117f62089036c445c1ce1452d16c32388488d4e1 /vcl/source/fontsubset | |
parent | 800e09a3ce02417a52f8a1de261f1fc448dee590 (diff) |
Typo: trough->through
Change-Id: I5af784709df88492695d1ac9c9a5b020e909f362
Diffstat (limited to 'vcl/source/fontsubset')
-rw-r--r-- | vcl/source/fontsubset/fontsubset.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/source/fontsubset/fontsubset.cxx b/vcl/source/fontsubset/fontsubset.cxx index 6402d92f9b64..a50b50e1e166 100644 --- a/vcl/source/fontsubset/fontsubset.cxx +++ b/vcl/source/fontsubset/fontsubset.cxx @@ -101,9 +101,9 @@ bool FontSubsetInfo::CreateFontSubset( case ANY_TYPE1: bOK = CreateFontSubsetFromType1( pOutGlyphWidths); break; - // fall trough + // fall through case NO_FONT: - // fall trough + // fall through default: OSL_FAIL( "unhandled type in CreateFontSubset()"); break; |