From c6c245bd4d759bb0a220e2d057ba1e0a556f9aab Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Sat, 20 May 2017 09:24:37 +0200 Subject: 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 Tested-by: Jenkins --- cui/source/options/optgdlg.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'cui') 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 -- cgit