fontsupport/fontprovider/Src/FontProvider.cpp
branchRCL_3
changeset 115 b359a5400166
parent 107 9f95a5546443
child 125 c87e8f932595
--- a/fontsupport/fontprovider/Src/FontProvider.cpp	Tue Sep 14 23:14:23 2010 +0300
+++ b/fontsupport/fontprovider/Src/FontProvider.cpp	Wed Sep 15 13:20:01 2010 +0300
@@ -1546,7 +1546,7 @@
     DoGetFontSpecFromMetrics(aDevice, aFontId, aMetrics, fontSpec, foundIndex, needsExactMatch, fallbackNeeded);
 
     CFbsFont* font;
-    User::LeaveIfError(aDevice.GetNearestFontInPixels((CFont*&)font,fontSpec));
+    aDevice.GetNearestFontInPixels((CFont*&)font,fontSpec);
 
     // Fill in other Font metrics
     SetFontProviderSuppliedMetrics( font, &(productFontTable[foundIndex]), aInfo );