[Libreoffice-commits] core.git: svx/source

Heiko Tietze (via logerrit) logerrit at kemper.freedesktop.org
Wed Dec 16 15:13:13 UTC 2020


 svx/source/dialog/srchdlg.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit e4c21a3c1fa8acd0078029d7a42f304ff2b40773
Author:     Heiko Tietze <tietze.heiko at gmail.com>
AuthorDate: Wed Dec 16 13:55:23 2020 +0100
Commit:     Heiko Tietze <heiko.tietze at documentfoundation.org>
CommitDate: Wed Dec 16 16:12:26 2020 +0100

    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 at documentfoundation.org>

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


More information about the Libreoffice-commits mailing list