From 05f9555e0378dc80ff63879ff6e87ce8f523eb90 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 30 May 2013 16:26:51 +0100 Subject: fix spellings and some tidy of the language .ui conversion Change-Id: Ia0d3ecc728fac13fb4745810124fd3b2c63c9835 --- cui/source/options/optgdlg.cxx | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'cui/source/options/optgdlg.cxx') diff --git a/cui/source/options/optgdlg.cxx b/cui/source/options/optgdlg.cxx index 9f643478ea80..18fe2b0f3715 100644 --- a/cui/source/options/optgdlg.cxx +++ b/cui/source/options/optgdlg.cxx @@ -1016,18 +1016,24 @@ OfaLanguagesTabPage::OfaLanguagesTabPage( Window* pParent, const SfxItemSet& rSe pLangConfig(new LanguageConfig_Impl) { get(m_pUserInterfaceLB, "userinterface"); + m_pUserInterfaceLB->SetStyle(m_pUserInterfaceLB->GetStyle() | WB_SORT); get(m_pLocaleSettingLB, "localesetting"); + m_pLocaleSettingLB->SetStyle(m_pLocaleSettingLB->GetStyle() | WB_SORT); get(m_pLocaleSettingFT, "localesettingFT"); get(m_pDecimalSeparatorCB, "decimalseparator"); get(m_pCurrencyFT, "defaultcurrency"); get(m_pCurrencyLB, "currencylb"); + m_pCurrencyLB->SetStyle(m_pCurrencyLB->GetStyle() | WB_SORT); get(m_pDatePatternsFT,"dataaccpatterns"); get(m_pDatePatternsED, "datepatterns"); get(m_pWesternLanguageLB, "westernlanguage"); + m_pWesternLanguageLB->SetStyle(m_pWesternLanguageLB->GetStyle() | WB_SORT); get(m_pWesternLanguageFT, "western"); get(m_pAsianLanguageLB, "asianlanguage"); + m_pAsianLanguageLB->SetStyle(m_pAsianLanguageLB->GetStyle() | WB_SORT); get(m_pComplexLanguageLB, "complexlanguage"); + m_pComplexLanguageLB->SetStyle(m_pComplexLanguageLB->GetStyle() | WB_SORT); get(m_pCurrentDocCB, "currentdoc"); get(m_pAsianSupportCB, "asiansupport"); get(m_pCTLSupportCB, "ctlsupport"); -- cgit v1.2.3