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()