diff options
author | Andras Timar <andras.timar@collabora.com> | 2019-09-30 15:24:27 +0200 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2019-09-30 15:24:27 +0200 |
commit | 1b7141bec7a61e4857784f89eb51edd7831257a5 (patch) | |
tree | 5654dabeb128758c5b29f42d28ea14ee17272edd /libreofficekit | |
parent | b728dda0c99679c4ab0d6a1180aab5aee1d63cf0 (diff) |
add LOK_CALLBACK_JSDIALOG
Change-Id: Ic78fc41bef4401450f5a5534b7d747ab06881670
Diffstat (limited to 'libreofficekit')
-rw-r--r-- | libreofficekit/source/gtk/lokdocview.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libreofficekit/source/gtk/lokdocview.cxx b/libreofficekit/source/gtk/lokdocview.cxx index 12a38a11cea1..833c0c25d642 100644 --- a/libreofficekit/source/gtk/lokdocview.cxx +++ b/libreofficekit/source/gtk/lokdocview.cxx @@ -1391,6 +1391,7 @@ callback (gpointer pData) case LOK_CALLBACK_CELL_SELECTION_AREA: case LOK_CALLBACK_CELL_AUTO_FILL_AREA: case LOK_CALLBACK_TABLE_SELECTED: + case LOK_CALLBACK_JSDIALOG: { // TODO: Implement me break; |