[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-5.1' - desktop/inc

Ashod Nakashian ashod.nakashian at collabora.co.uk
Thu Jun 16 13:50:01 UTC 2016


 desktop/inc/lib/init.hxx |    4 ++++
 1 file changed, 4 insertions(+)

New commits:
commit 8d8eef9ca607ee2869805d4cebfb5c8201ba9c0a
Author: Ashod Nakashian <ashod.nakashian at collabora.co.uk>
Date:   Sat Apr 30 10:55:23 2016 -0400

    More LOK callback notification compression
    
    SET_PART, CELL_CURSOR, CELL_FORMULA, and CURSOR_VISIBLE are now deduplicated.
    
    Reviewed-on: https://gerrit.libreoffice.org/24565
    Reviewed-by: Ashod Nakashian <ashnakash at gmail.com>
    Tested-by: Ashod Nakashian <ashnakash at gmail.com>
    (cherry picked from commit a9771e1f4d0d2602713983ab1f3e743784e9ae72)
    (cherry picked from commit 840e979757d7d9d7104f54269271c617b9b8d473)
    
    Change-Id: I4c17307c6f8b7c68bdfe55b4e90da4d34c55d085

diff --git a/desktop/inc/lib/init.hxx b/desktop/inc/lib/init.hxx
index a6f9396..4c9cc6b 100644
--- a/desktop/inc/lib/init.hxx
+++ b/desktop/inc/lib/init.hxx
@@ -45,6 +45,10 @@ namespace desktop {
             m_states.emplace(LOK_CALLBACK_INVALIDATE_VISIBLE_CURSOR, "NIL");
             m_states.emplace(LOK_CALLBACK_STATE_CHANGED, "NIL");
             m_states.emplace(LOK_CALLBACK_MOUSE_POINTER, "NIL");
+            m_states.emplace(LOK_CALLBACK_CELL_CURSOR, "NIL");
+            m_states.emplace(LOK_CALLBACK_CELL_FORMULA, "NIL");
+            m_states.emplace(LOK_CALLBACK_CURSOR_VISIBLE, "NIL");
+            m_states.emplace(LOK_CALLBACK_SET_PART, "NIL");
 
             Start();
         }


More information about the Libreoffice-commits mailing list