diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2017-05-20 09:24:37 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-05-20 12:29:57 +0200 |
commit | c6c245bd4d759bb0a220e2d057ba1e0a556f9aab (patch) | |
tree | afba726323c24b8fc5f982d4f61c8a33e5de3c42 /cui/source/options/optgdlg.cxx | |
parent | 7662b11cad6105d56fb9acc9c431c89d3b68dc89 (diff) |
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@yahoo.fr>
Tested-by: Jenkins <ci@libreoffice.org>
Diffstat (limited to 'cui/source/options/optgdlg.cxx')
-rw-r--r-- | cui/source/options/optgdlg.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
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 |