svl/source/config/languageoptions.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 92c08f0c21ba4d7b6174cedef2a1ba05e6260c1b Author: Fridrich Å trba <[email protected]> Date: Wed Jul 17 13:14:14 2013 +0200 After some trials, maybe even I can get things right Change-Id: Ib553ea1ceff1d09dff86c4a36b896dddab854ba0 diff --git a/svl/source/config/languageoptions.cxx b/svl/source/config/languageoptions.cxx index 3cc0523..15b1604 100644 --- a/svl/source/config/languageoptions.cxx +++ b/svl/source/config/languageoptions.cxx @@ -208,7 +208,7 @@ bool SvtSystemLanguageOptions::isKeyboardLayoutTypeInstalled(sal_Int16 scriptTyp 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) { isInstalled = true;
_______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
