[Libreoffice-commits] online.git: Branch 'distro/collabora/co-4-2-2' - kit/ChildSession.cpp
Tomaž Vajngerl (via logerrit)
logerrit at kemper.freedesktop.org
Tue Apr 14 17:35:43 UTC 2020
kit/ChildSession.cpp | 3 +++
1 file changed, 3 insertions(+)
New commits:
commit f73c594bb8ce92f22d7d73450e14b7e0475dc028
Author: Tomaž Vajngerl <tomaz.vajngerl at collabora.co.uk>
AuthorDate: Tue Apr 14 07:47:39 2020 +0200
Commit: Andras Timar <andras.timar at 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 <jenkinscollaboraoffice at gmail.com>
Reviewed-by: Tomaž Vajngerl <quikee at gmail.com>
(cherry picked from commit 1e97fdf799b925c34da2c800fd3b20922d89e7aa)
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/92173
Reviewed-by: Andras Timar <andras.timar at 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
More information about the Libreoffice-commits
mailing list