Kaydet (Commit) 3dc50a3b authored tarafından Henry Castro's avatar Henry Castro

sc LOKit callback for search not found.

Needed for signaling the user when no match was found for the searched input

Change-Id: I10089d065c26deea7cb57a9dc20f130f9afb6d99
üst af75d7a4
......@@ -1775,7 +1775,11 @@ bool ScViewFunc::SearchAndReplace( const SvxSearchItem* pSearchItem,
GetFrameWin()->LeaveWait();
if (!bIsApi)
{
rDoc.GetDrawLayer()->libreOfficeKitCallback(LOK_CALLBACK_SEARCH_NOT_FOUND,
pSearchItem->GetSearchString().toUtf8().getStr());
SvxSearchDialogWrapper::SetSearchLabel(SL_NotFound);
}
break; // break 'while (TRUE)'
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment