11 lines
557 B
Diff
11 lines
557 B
Diff
|
--- libreoffice-3.4.3.2/vcl/unx/source/fontmanager/fontconfig.cxx.orig 2011-10-13 01:03:24.139591148 +0200
|
||
|
+++ libreoffice-3.4.3.2/vcl/unx/source/fontmanager/fontconfig.cxx 2011-10-13 01:01:54.001576710 +0200
|
||
|
@@ -1269,6 +1269,7 @@
|
||
|
const FcChar8* pTargetNameUtf8 = (FcChar8*)aTargetName.getStr();
|
||
|
rWrapper.FcPatternAddString( pPattern, FC_FAMILY, pTargetNameUtf8 );
|
||
|
|
||
|
+ const FcChar8* pLangAttribUtf8 = NULL;
|
||
|
if( rLangAttrib.getLength() )
|
||
|
{
|
||
|
if (rLangAttrib.equalsIgnoreAsciiCase(OString(RTL_CONSTASCII_STRINGPARAM("pa-in"))))
|