kit/ChildSession.cpp | 3 +++ 1 file changed, 3 insertions(+) New commits: commit f73c594bb8ce92f22d7d73450e14b7e0475dc028 Author: Tomaž Vajngerl <tomaz.vajng...@collabora.co.uk> AuthorDate: Tue Apr 14 07:47:39 2020 +0200 Commit: Andras Timar <andras.ti...@collabora.com> CommitDate: Tue Apr 14 19:35:25 2020 +0200
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 <jenkinscollaboraoff...@gmail.com> Reviewed-by: Tomaž Vajngerl <qui...@gmail.com> (cherry picked from commit 1e97fdf799b925c34da2c800fd3b20922d89e7aa) Reviewed-on: https://gerrit.libreoffice.org/c/online/+/92173 Reviewed-by: Andras Timar <andras.ti...@collabora.com> diff --git a/kit/ChildSession.cpp b/kit/ChildSession.cpp index edbe7e8c0..fc8b3e001 100644 --- a/kit/ChildSession.cpp +++ b/kit/ChildSession.cpp @@ -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 _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits