diff options
author | Tor Lillqvist <tml@collabora.com> | 2017-04-28 14:57:44 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2017-04-28 14:58:07 +0300 |
commit | a631f8ec1d3ece2de5f43a143a4ecc35bdebd1dc (patch) | |
tree | 71a7f3e6549bba1a9dcc61edf2d99620fc71c990 /cui | |
parent | dc735109bf44754b59a6fcdbcb8171d1bbf82ba3 (diff) |
Fix indentation
Change-Id: I9d4b933e6a1a108427ac6583ff8305b40a620409
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/options/optgenrl.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
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 |