Kaydet (Commit) 02689c96 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

No member named 'equalsIgnoreCaseAscii' in 'rtl::OUString'

Presumably what is meant is equalsIgnoreAsciiCaseAscii.

Change-Id: I93b3ecaf948cc818f607541f1ff90a134a60cdf1
üst aaab3a79
...@@ -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.equalsIgnoreCaseAscii("symbol") && aFontSelData.maTargetName.equalsIgnoreAsciiCaseAscii("symbol") &&
aFontSelData.maSearchName.equalsIgnoreCaseAscii("symbol")) aFontSelData.maSearchName.equalsIgnoreAsciiCaseAscii("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