From d2771b63b94a8aae3c25c83e9dae9f83242f46c1 Mon Sep 17 00:00:00 2001 From: "Faisal M. Al-Otaibi" Date: Tue, 8 Apr 2014 09:42:20 +0300 Subject: fdo#77123: Add option ignore kashida to the search This patch will add new checkbox to ignore kashida in the search and replace dialog. Change-Id: I9e7179242751103b8418d922ade5b9145170ad15 --- cui/source/options/optgdlg.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'cui/source/options') diff --git a/cui/source/options/optgdlg.cxx b/cui/source/options/optgdlg.cxx index 4453b50d854a..f833d4408161 100644 --- a/cui/source/options/optgdlg.cxx +++ b/cui/source/options/optgdlg.cxx @@ -1394,6 +1394,7 @@ bool OfaLanguagesTabPage::FillItemSet( SfxItemSet& rSet ) { SvtSearchOptions aOpt; aOpt.SetIgnoreDiacritics_CTL (true); + aOpt.SetIgnoreKashida_CTL (true); pLangConfig->aLanguageOptions.SetCTLFontEnabled( m_pCTLSupportCB->IsChecked() ); const sal_uInt16 STATE_COUNT = 1; -- cgit