libreofficekit/source/gtk/lokdocview.cxx | 4 ++++ 1 file changed, 4 insertions(+)
New commits: commit 5ff1e6bdf7f5b9db3b72d62537047fc45b7d104b Author: Pranav Kant <pran...@collabora.co.uk> Date: Wed Jul 13 12:02:43 2016 +0530 lokdocview: Add missing callbacks Change-Id: I2fd32bb210f1b5f0a090c29af707cb6ca6e8dd77 diff --git a/libreofficekit/source/gtk/lokdocview.cxx b/libreofficekit/source/gtk/lokdocview.cxx index f65bfcd..34c2cae 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; _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits