From 0c751893c4374e8d2e18b09f2ccd17a5df48c863 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Wed, 10 Apr 2019 16:04:50 +0000 Subject: Fix typo Change-Id: I1cc008b08f4a11e9869f55a48ae5bf79ac026130 Reviewed-on: https://gerrit.libreoffice.org/71055 Reviewed-by: Julien Nabet Tested-by: Julien Nabet --- cui/source/dialogs/cuifmsearch.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cui/source/dialogs/cuifmsearch.cxx') 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); -- cgit