Kaydet (Commit) 99c3b3b4 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

equalsIgnoreAsciiCase is the one with support for literal arguments

Change-Id: I5709858582c2f1048915658e05233b8b58493749
üst f2d535b9
...@@ -2430,8 +2430,8 @@ ImplFontEntry* ImplFontCache::GetFontEntry( ImplDevFontList* pFontList, ...@@ -2430,8 +2430,8 @@ ImplFontEntry* ImplFontCache::GetFontEntry( ImplDevFontList* pFontList,
//to see if it's a modern re-coded apple symbol font in case that //to see if it's a modern re-coded apple symbol font in case that
//font shows up on a different platform //font shows up on a different platform
if (!pEntry->mpConversion && if (!pEntry->mpConversion &&
aFontSelData.maTargetName.equalsIgnoreAsciiCaseAscii("symbol") && aFontSelData.maTargetName.equalsIgnoreAsciiCase("symbol") &&
aFontSelData.maSearchName.equalsIgnoreAsciiCaseAscii("symbol")) aFontSelData.maSearchName.equalsIgnoreAsciiCase("symbol"))
{ {
pEntry->mpConversion = ConvertChar::GetRecodeData( OUString("Symbol"), OUString("AppleSymbol") ); pEntry->mpConversion = ConvertChar::GetRecodeData( OUString("Symbol"), OUString("AppleSymbol") );
} }
......
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