libreofficekit/source/gtk/lokdocview.cxx | 4 ++++ 1 file changed, 4 insertions(+)
New commits: commit 2c7365edbc1577abd9a0fa778d9f77fb7727ae27 Author: Pranav Kant <[email protected]> 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: _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
