vcl/source/outdev/font.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit e893e5026e34bb6afdca2fbe840428b0abef7a83
Author: Stephan Bergmann <sberg...@redhat.com>
Date:   Sat Nov 7 23:30:50 2015 +0100

    loplugin:stringconstant
    
    Change-Id: I9e505814f206c35b465633c45bab6f989ad18074

diff --git a/vcl/source/outdev/font.cxx b/vcl/source/outdev/font.cxx
index 21f9c4a..22567de 100644
--- a/vcl/source/outdev/font.cxx
+++ b/vcl/source/outdev/font.cxx
@@ -1352,7 +1352,7 @@ ImplFontEntry* ImplFontCache::GetFontEntry( 
PhysicalFontCollection* pFontList,
             aFontSelData.maTargetName.equalsIgnoreAsciiCase("symbol") &&
             aFontSelData.maSearchName.equalsIgnoreAsciiCase("symbol"))
         {
-            pEntry->mpConversion = ConvertChar::GetRecodeData( 
OUString("Symbol"), OUString("AppleSymbol") );
+            pEntry->mpConversion = ConvertChar::GetRecodeData( "Symbol", 
"AppleSymbol" );
         }
 #endif
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to