[Libreoffice-commits] core.git: libreofficekit/source

Aron Budea (via logerrit) logerrit at kemper.freedesktop.org
Sat Sep 7 04:13:20 UTC 2019


 libreofficekit/source/gtk/lokdocview.cxx |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit 29bda20c915287bbd1cd0fc6c56574cfa74b5ce3
Author:     Aron Budea <aron.budea at collabora.com>
AuthorDate: Sat Sep 7 05:17:41 2019 +0200
Commit:     Aron Budea <aron.budea at collabora.com>
CommitDate: Sat Sep 7 06:12:44 2019 +0200

    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 at collabora.com>

diff --git a/libreofficekit/source/gtk/lokdocview.cxx b/libreofficekit/source/gtk/lokdocview.cxx
index 51e1e8e1e801..4fa07b9c60c1 100644
--- a/libreofficekit/source/gtk/lokdocview.cxx
+++ b/libreofficekit/source/gtk/lokdocview.cxx
@@ -1359,6 +1359,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);


More information about the Libreoffice-commits mailing list