Kaydet (Commit) 92c08f0c authored tarafından Fridrich Štrba's avatar Fridrich Štrba

After some trials, maybe even I can get things right

Change-Id: Ib553ea1ceff1d09dff86c4a36b896dddab854ba0
üst 6a18796c
...@@ -208,7 +208,7 @@ bool SvtSystemLanguageOptions::isKeyboardLayoutTypeInstalled(sal_Int16 scriptTyp ...@@ -208,7 +208,7 @@ bool SvtSystemLanguageOptions::isKeyboardLayoutTypeInstalled(sal_Int16 scriptTyp
for(int i = 0; i < nLayouts; ++i) for(int i = 0; i < nLayouts; ++i)
{ {
LCID lang = MAKELCID(((WORD)((DWORD_PTR)lpList[i] & 0xffff), SORT_DEFAULT)); LCID lang = MAKELCID((WORD)((DWORD_PTR)lpList[i] & 0xffff), SORT_DEFAULT);
if (MsLangId::getScriptType(lang) == scriptType) if (MsLangId::getScriptType(lang) == scriptType)
{ {
isInstalled = true; isInstalled = true;
......
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