kit/ChildSession.cpp |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit 1e97fdf799b925c34da2c800fd3b20922d89e7aa
Author:     Tomaž Vajngerl <tomaz.vajng...@collabora.co.uk>
AuthorDate: Tue Apr 14 07:47:39 2020 +0200
Commit:     Tomaž Vajngerl <qui...@gmail.com>
CommitDate: Tue Apr 14 15:41:07 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>

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
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to