Kaydet (Commit) 7752d659 authored tarafından Eike Rathke's avatar Eike Rathke

use LanguageTag

Change-Id: Ia5d328b995460f11602f3a1e4d49946d10dfad73
üst 71ee467a
......@@ -28,6 +28,7 @@
#include "rtl/bootstrap.hxx"
#include "i18npool/mslangid.hxx"
#include "i18npool/languagetag.hxx"
#include "osl/module.h"
#include "osl/file.hxx"
......@@ -548,7 +549,7 @@ bool WinGlyphFallbackSubstititution::FindFontSubstitute( FontSelectPattern& rFon
eLang = MapCharToLanguage( uChar );
if( eLang == LANGUAGE_DONTKNOW )
continue;
MsLangId::convertLanguageToLocale( eLang, aLocale );
aLocale = LanguageTag( eLang ).getLocale();
break;
}
......
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