Kaydet (Commit) 6a18796c authored tarafından Fridrich Štrba's avatar Fridrich Štrba

Brackets are cheap, so use them

Change-Id: If5b539025020a2e9a35fa6e7bc70bcc6a9a4f4c6
üst c6c2c701
...@@ -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