kit/ChildSession.cpp | 3 +++
1 file changed, 3 insertions(+)
New commits:
commit f73c594bb8ce92f22d7d73450e14b7e0475dc028
Author: Tomaž Vajngerl <[email protected]>
AuthorDate: Tue Apr 14 07:47:39 2020 +0200
Commit: Andras Timar <[email protected]>
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 <[email protected]>
Reviewed-by: Tomaž Vajngerl <[email protected]>
(cherry picked from commit 1e97fdf799b925c34da2c800fd3b20922d89e7aa)
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/92173
Reviewed-by: Andras Timar <[email protected]>
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
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits