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

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Mon Apr 22 07:05:24 UTC 2019


 cui/source/dialogs/cuifmsearch.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 0c751893c4374e8d2e18b09f2ccd17a5df48c863
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Wed Apr 10 16:04:50 2019 +0000
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Mon Apr 22 09:04:33 2019 +0200

    Fix typo
    
    Change-Id: I1cc008b08f4a11e9869f55a48ae5bf79ac026130
    Reviewed-on: https://gerrit.libreoffice.org/71055
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
    Tested-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/cui/source/dialogs/cuifmsearch.cxx b/cui/source/dialogs/cuifmsearch.cxx
index 444304efcca3..ea1ad2452d00 100644
--- a/cui/source/dialogs/cuifmsearch.cxx
+++ b/cui/source/dialogs/cuifmsearch.cxx
@@ -666,7 +666,7 @@ void FmSearchDialog::LoadParams()
     OnCheckBoxToggled(*m_pcbCase);
     OnCheckBoxToggled(*m_pcbBackwards);
 
-    m_pHalfFullFormsCJK->set_active( !aParams.isIgnoreWidthCJK( ) );  // BEWARE: this checkbox has a inverse semantics!
+    m_pHalfFullFormsCJK->set_active( !aParams.isIgnoreWidthCJK( ) );  // BEWARE: this checkbox has an inverse semantics!
     m_pSoundsLikeCJK->set_active( aParams.bSoundsLikeCJK );
     OnCheckBoxToggled(*m_pHalfFullFormsCJK);
     OnCheckBoxToggled(*m_pSoundsLikeCJK);


More information about the Libreoffice-commits mailing list