diff options
author | Michael Meeks <michael.meeks@collabora.com> | 2019-04-12 21:16:38 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@collabora.com> | 2019-04-15 11:36:28 +0200 |
commit | 35aff9067796ee7b108ffee88126f837b573d3c1 (patch) | |
tree | 96d4634934d6aa9cb8e98c0626863f862f11409e /libreofficekit | |
parent | c6f5ee192887224de5dabfa86f2103822922bf89 (diff) |
lok: emit ProfileZone data in messages when requested.
Change-Id: I42a773e2d5b8e4deeafa8eeb2785913db36a47d7
Reviewed-on: https://gerrit.libreoffice.org/70688
Tested-by: Jenkins
Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
Diffstat (limited to 'libreofficekit')
-rw-r--r-- | libreofficekit/source/gtk/lokdocview.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libreofficekit/source/gtk/lokdocview.cxx b/libreofficekit/source/gtk/lokdocview.cxx index 1221b056c2a3..36601e385173 100644 --- a/libreofficekit/source/gtk/lokdocview.cxx +++ b/libreofficekit/source/gtk/lokdocview.cxx @@ -448,6 +448,8 @@ callbackTypeToString (int nType) return "LOK_CALLBACK_CONTEXT_CHANGED"; case LOK_CALLBACK_SIGNATURE_STATUS: return "LOK_CALLBACK_SIGNATURE_STATUS"; + case LOK_CALLBACK_PROFILE_FRAME: + return "LOK_CALLBACK_PROFILE_FRAME"; } g_assert(false); return nullptr; |