summaryrefslogtreecommitdiff
path: root/libreofficekit
diff options
context:
space:
mode:
authorPranav Kant <pranavk@collabora.co.uk>2016-07-13 12:02:43 +0530
committerPranav Kant <pranavk@collabora.co.uk>2016-07-13 12:03:56 +0530
commit5ff1e6bdf7f5b9db3b72d62537047fc45b7d104b (patch)
treeda715dcca3ec85472ded7d735702aa3717dec671 /libreofficekit
parentf7b1cd66167050afecf487e3d89ea12de74200b5 (diff)
lokdocview: Add missing callbacks
Change-Id: I2fd32bb210f1b5f0a090c29af707cb6ca6e8dd77
Diffstat (limited to 'libreofficekit')
-rw-r--r--libreofficekit/source/gtk/lokdocview.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/libreofficekit/source/gtk/lokdocview.cxx b/libreofficekit/source/gtk/lokdocview.cxx
index f65bfcdd302f..34c2cae2880e 100644
--- a/libreofficekit/source/gtk/lokdocview.cxx
+++ b/libreofficekit/source/gtk/lokdocview.cxx
@@ -369,6 +369,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";
}
g_assert(false);
return nullptr;