sfx2/source/view/viewsh.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 6096d67aa67b0eb3da5e9ad9ae1eaa04baa5102c
Author:     Tor Lillqvist <t...@collabora.com>
AuthorDate: Thu Jun 4 00:05:41 2020 +0300
Commit:     Tor Lillqvist <t...@collabora.com>
CommitDate: Thu Jun 4 07:20:07 2020 +0200

    Use lokCallbackTypeToString to show value symbolically
    
    Change-Id: Idb685e2807cc62bbaca117f5cf85fdda622caae8
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/95467
    Tested-by: Jenkins
    Reviewed-by: Tor Lillqvist <t...@collabora.com>

diff --git a/sfx2/source/view/viewsh.cxx b/sfx2/source/view/viewsh.cxx
index 3c7e7bb719c8..fcda0b176512 100644
--- a/sfx2/source/view/viewsh.cxx
+++ b/sfx2/source/view/viewsh.cxx
@@ -1485,7 +1485,7 @@ void SfxViewShell::libreOfficeKitViewCallback(int nType, 
const char* pPayload) c
         SAL_WARN(
             "sfx.view",
             "SfxViewShell::libreOfficeKitViewCallback no callback set! Dropped 
payload of type "
-                << nType << ": [" << pPayload << ']');
+            << lokCallbackTypeToString(nType) << ": [" << pPayload << ']');
 }
 
 void SfxViewShell::afterCallbackRegistered()
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to