diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-04-03 23:24:33 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-04-03 23:38:14 +0300 |
commit | e0d38b6656ee348690f5495e72067f4ac2ed49da (patch) | |
tree | bc879366e7371928a9fefe2f55d356f96f6e2339 /vcl/coretext/salcoretextfontutils.cxx | |
parent | 965f58fa51d51f1d313a2935b13edd1fcbb32b22 (diff) |
Add missing break
Change-Id: I938b512dc3a32af9f2529a92ea3e4291abf64ad2
Diffstat (limited to 'vcl/coretext/salcoretextfontutils.cxx')
-rw-r--r-- | vcl/coretext/salcoretextfontutils.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/coretext/salcoretextfontutils.cxx b/vcl/coretext/salcoretextfontutils.cxx index 0c1342f5cecf..eef05c30059c 100644 --- a/vcl/coretext/salcoretextfontutils.cxx +++ b/vcl/coretext/salcoretextfontutils.cxx @@ -113,6 +113,7 @@ static bool GetDevFontAttributes( CTFontDescriptorRef font_descriptor, ImplDevFo break; case kCTFontSansSerifClass: rDFA.SetFamilyType( FAMILY_SWISS ); + break; case kCTFontOrnamentalsClass: rDFA.SetFamilyType( FAMILY_DECORATIVE ); break; |