handle tabstop callback and send it as "tabstoplistupdate"
Handle LOK_CALLBACK_TAB_STOP_LIST and send the payload to the loleaflet side under "tabstoplistupdate" identifier. Change-Id: I4bf8c48bd825dec81ef766b7bce536dd399e8b86 Reviewed-on: https://gerrit.libreoffice.org/c/online/+/92141 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
This commit is contained in:
parent
61790f6bb5
commit
1e97fdf799
1 changed files with 3 additions and 0 deletions
|
@ -2564,6 +2564,9 @@ void ChildSession::loKitCallback(const int type, const std::string& payload)
|
|||
case LOK_CALLBACK_CALC_FUNCTION_LIST:
|
||||
sendTextFrame("calcfunctionlist: " + payload);
|
||||
break;
|
||||
case LOK_CALLBACK_TAB_STOP_LIST:
|
||||
sendTextFrame("tabstoplistupdate: " + payload);
|
||||
break;
|
||||
|
||||
#if !ENABLE_DEBUG
|
||||
// we want a compilation-time failure in the debug builds; but ERR in the
|
||||
|
|
Loading…
Reference in a new issue