[Libreoffice-commits] core.git: cui/source
Julien Nabet
serval2412 at yahoo.fr
Sat May 20 10:30:18 UTC 2017
cui/source/options/optgdlg.cxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit c6c245bd4d759bb0a220e2d057ba1e0a556f9aab
Author: Julien Nabet <serval2412 at yahoo.fr>
Date: Sat May 20 09:24:37 2017 +0200
tdf#107900: Revert "tdf#58134 Reset Button in Options Dialogues does not Work with all Options."
This reverts commit 45949bf73790b8214a1fcc8492f4ee6faad20780.
Change-Id: I5eea6c491b2c6d549bf6edb8d9c4726fccf7fa45
Reviewed-on: https://gerrit.libreoffice.org/37849
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
Tested-by: Jenkins <ci at libreoffice.org>
diff --git a/cui/source/options/optgdlg.cxx b/cui/source/options/optgdlg.cxx
index 7696a7726df5..07496d9e6c26 100644
--- a/cui/source/options/optgdlg.cxx
+++ b/cui/source/options/optgdlg.cxx
@@ -1568,7 +1568,6 @@ bool OfaLanguagesTabPage::FillItemSet( SfxItemSet* rSet )
void OfaLanguagesTabPage::Reset( const SfxItemSet* rSet )
{
LanguageTag aLanguageTag( pLangConfig->aSysLocaleOptions.GetLanguageTag());
- m_pUserInterfaceLB->SelectEntryPos(0);
if ( aLanguageTag.isSystemLocale() )
m_pLocaleSettingLB->SelectLanguage( LANGUAGE_USER_SYSTEM_CONFIG );
else
More information about the Libreoffice-commits
mailing list