diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-04-10 16:04:50 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-04-22 09:04:33 +0200 |
commit | 0c751893c4374e8d2e18b09f2ccd17a5df48c863 (patch) | |
tree | 10812c4683fe1026589d2dc177ad60227b67af30 /cui/source/dialogs/cuifmsearch.cxx | |
parent | e619d5a6bb443c1aa1527472758fbbc5baa9f7c3 (diff) |
Fix typo
Change-Id: I1cc008b08f4a11e9869f55a48ae5bf79ac026130
Reviewed-on: https://gerrit.libreoffice.org/71055
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'cui/source/dialogs/cuifmsearch.cxx')
-rw-r--r-- | cui/source/dialogs/cuifmsearch.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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); |