vcl/source/gdi/outdev3.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 99c3b3b47c29ced848ecec034784bda3962cdc0b
Author: Stephan Bergmann <sberg...@redhat.com>
Date:   Tue Mar 12 10:31:14 2013 +0100

    equalsIgnoreAsciiCase is the one with support for literal arguments
    
    Change-Id: I5709858582c2f1048915658e05233b8b58493749

diff --git a/vcl/source/gdi/outdev3.cxx b/vcl/source/gdi/outdev3.cxx
index 24c12cf..db1db91 100644
--- a/vcl/source/gdi/outdev3.cxx
+++ b/vcl/source/gdi/outdev3.cxx
@@ -2430,8 +2430,8 @@ ImplFontEntry* ImplFontCache::GetFontEntry( 
ImplDevFontList* pFontList,
             //to see if it's a modern re-coded apple symbol font in case that
             //font shows up on a different platform
             if (!pEntry->mpConversion &&
-                aFontSelData.maTargetName.equalsIgnoreAsciiCaseAscii("symbol") 
&&
-                aFontSelData.maSearchName.equalsIgnoreAsciiCaseAscii("symbol"))
+                aFontSelData.maTargetName.equalsIgnoreAsciiCase("symbol") &&
+                aFontSelData.maSearchName.equalsIgnoreAsciiCase("symbol"))
             {
                 pEntry->mpConversion = ConvertChar::GetRecodeData( 
OUString("Symbol"), OUString("AppleSymbol") );
             }
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to