| commit | e4c21a3c1fa8acd0078029d7a42f304ff2b40773 | [log] |
|---|---|---|
| author | Heiko Tietze <tietze.heiko@gmail.com> | Wed Dec 16 13:55:23 2020 +0100 |
| committer | Heiko Tietze <heiko.tietze@documentfoundation.org> | Wed Dec 16 16:12:26 2020 +0100 |
| tree | 480a1a78ac240a51053825d19271e5edadf975d2 | |
| parent | 3184cfc493c6931725dce1de19ac958067b1fd25 [diff] |
Resolves tdf#138173 - Keep options collapsed in F&R dialog Diacritic-sensitive has to be enabled now to collapse other options Change-Id: Icf5e30c00721af0e4972ac7c566073f15b47b4ac Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107833 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
diff --git a/svx/source/dialog/srchdlg.cxx b/svx/source/dialog/srchdlg.cxx index 62d1d43..a1d99ca 100644 --- a/svx/source/dialog/srchdlg.cxx +++ b/svx/source/dialog/srchdlg.cxx
@@ -591,7 +591,7 @@ bool SvxSearchDialog::IsOtherOptionsExpanded() const m_xWildcardBtn->get_active() || m_xNotesBtn->get_active() || m_xIncludeKashida->get_active() || m_xIncludeDiacritics->get_active(); !m_xIncludeDiacritics->get_active();//tdf#138173 } void SvxSearchDialog::Activate()