summaryrefslogtreecommitdiffstats
path: root/libreofficekit
diff options
context:
space:
mode:
authorAron Budea <aron.budea@collabora.com>2019-09-07 05:17:41 +0200
committerAron Budea <aron.budea@collabora.com>2019-09-09 06:55:25 +0200
commit718ce8767e2df653c89d200fe2174c5ad6507928 (patch)
treef37f6d500ae8af124ff42b8c4960eb4b62944c85 /libreofficekit
parentgtktiledviewer: Fix crash on copy. (diff)
downloadcore-718ce8767e2df653c89d200fe2174c5ad6507928.tar.gz
core-718ce8767e2df653c89d200fe2174c5ad6507928.zip
lokdocview: Add missing callback cases
To prevent gtktiledviewer from crashing. Change-Id: Ia23504c20eac185f3302e8d694672ebf6d853585 Reviewed-on: https://gerrit.libreoffice.org/78737 Tested-by: Jenkins Reviewed-by: Aron Budea <aron.budea@collabora.com> (cherry picked from commit 29bda20c915287bbd1cd0fc6c56574cfa74b5ce3) Reviewed-on: https://gerrit.libreoffice.org/78768 Tested-by: Aron Budea <aron.budea@collabora.com>
Diffstat (limited to 'libreofficekit')
-rw-r--r--libreofficekit/source/gtk/lokdocview.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/libreofficekit/source/gtk/lokdocview.cxx b/libreofficekit/source/gtk/lokdocview.cxx
index 06e6dd0bf1d5..1d7814e0b5c9 100644
--- a/libreofficekit/source/gtk/lokdocview.cxx
+++ b/libreofficekit/source/gtk/lokdocview.cxx
@@ -1356,6 +1356,9 @@ callback (gpointer pData)
break;
case LOK_CALLBACK_CLIPBOARD_CHANGED:
case LOK_CALLBACK_CONTEXT_CHANGED:
+ case LOK_CALLBACK_CELL_SELECTION_AREA:
+ case LOK_CALLBACK_CELL_AUTO_FILL_AREA:
+ case LOK_CALLBACK_TABLE_SELECTED:
break; // TODO
default:
g_assert(false);