[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-5.1' - libreofficekit/source
Pranav Kant
pranavk at collabora.co.uk
Mon Nov 28 06:24:41 UTC 2016
libreofficekit/source/gtk/lokdocview.cxx | 4 ++++
1 file changed, 4 insertions(+)
New commits:
commit 2c7365edbc1577abd9a0fa778d9f77fb7727ae27
Author: Pranav Kant <pranavk at collabora.co.uk>
Date: Wed Jul 13 12:02:43 2016 +0530
lokdocview: Add missing callbacks
(cherry picked from commit 5ff1e6bdf7f5b9db3b72d62537047fc45b7d104b)
Change-Id: I2fd32bb210f1b5f0a090c29af707cb6ca6e8dd77
diff --git a/libreofficekit/source/gtk/lokdocview.cxx b/libreofficekit/source/gtk/lokdocview.cxx
index aa346ac..133a2ee 100644
--- a/libreofficekit/source/gtk/lokdocview.cxx
+++ b/libreofficekit/source/gtk/lokdocview.cxx
@@ -415,6 +415,10 @@ callbackTypeToString (int nType)
return "LOK_CALLBACK_CELL_VIEW_CURSOR";
case LOK_CALLBACK_CELL_FORMULA:
return "LOK_CALLBACK_CELL_FORMULA";
+ case LOK_CALLBACK_UNO_COMMAND_RESULT:
+ return "LOK_CALLBACK_UNO_COMMAND_RESULT";
+ case LOK_CALLBACK_ERROR:
+ return "LOK_CALLBACK_ERROR";
case LOK_CALLBACK_VIEW_LOCK:
return "LOK_CALLBACK_VIEW_LOCK";
case LOK_CALLBACK_REDLINE_TABLE_SIZE_CHANGED:
More information about the Libreoffice-commits
mailing list