diff options
author | Heiko Tietze <tietze.heiko@gmail.com> | 2020-12-16 13:55:23 +0100 |
---|---|---|
committer | Heiko Tietze <heiko.tietze@documentfoundation.org> | 2020-12-16 16:12:26 +0100 |
commit | e4c21a3c1fa8acd0078029d7a42f304ff2b40773 (patch) | |
tree | 480a1a78ac240a51053825d19271e5edadf975d2 /svx | |
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>
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/dialog/srchdlg.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/dialog/srchdlg.cxx b/svx/source/dialog/srchdlg.cxx index 62d1d43803a1..a1d99ca3ec5c 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() |