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

Tor Lillqvist tml at collabora.com
Fri Apr 28 11:58:47 UTC 2017


 cui/source/options/optgenrl.cxx |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

New commits:
commit a631f8ec1d3ece2de5f43a143a4ecc35bdebd1dc
Author: Tor Lillqvist <tml at collabora.com>
Date:   Fri Apr 28 14:57:44 2017 +0300

    Fix indentation
    
    Change-Id: I9d4b933e6a1a108427ac6583ff8305b40a620409

diff --git a/cui/source/options/optgenrl.cxx b/cui/source/options/optgenrl.cxx
index fc220de51598..8ea85be28857 100644
--- a/cui/source/options/optgenrl.cxx
+++ b/cui/source/options/optgenrl.cxx
@@ -233,10 +233,10 @@ void SvxGeneralTabPage::InitControls ()
         LangBit = Lang::Russian;
     else
     {
-            if (MsLangId::isFamilyNameFirst(l))
-                LangBit = Lang::Eastern;
-            else
-                LangBit = Lang::Others;
+        if (MsLangId::isFamilyNameFirst(l))
+            LangBit = Lang::Eastern;
+        else
+            LangBit = Lang::Others;
     }
 
     // creating rows


More information about the Libreoffice-commits mailing list