From 1e97fdf799b925c34da2c800fd3b20922d89e7aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Toma=C5=BE=20Vajngerl?= Date: Tue, 14 Apr 2020 07:47:39 +0200 Subject: [PATCH] handle tabstop callback and send it as "tabstoplistupdate" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-by: Tomaž Vajngerl --- kit/ChildSession.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/kit/ChildSession.cpp b/kit/ChildSession.cpp index 9ccaa20f9..780efb18f 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