[Libreoffice-commits] core.git: svl/source

Fridrich Å trba fridrich.strba at bluewin.ch
Wed Jul 17 04:15:05 PDT 2013


 svl/source/config/languageoptions.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 92c08f0c21ba4d7b6174cedef2a1ba05e6260c1b
Author: Fridrich Å trba <fridrich.strba at bluewin.ch>
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;


More information about the Libreoffice-commits mailing list