[Libreoffice-commits] core.git: sfx2/source
Tor Lillqvist (via logerrit)
logerrit at kemper.freedesktop.org
Thu Jun 4 05:20:42 UTC 2020
sfx2/source/view/viewsh.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 6096d67aa67b0eb3da5e9ad9ae1eaa04baa5102c
Author: Tor Lillqvist <tml at collabora.com>
AuthorDate: Thu Jun 4 00:05:41 2020 +0300
Commit: Tor Lillqvist <tml at 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 <tml at 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()
More information about the Libreoffice-commits
mailing list