diff options
author | Tor Lillqvist <tml@collabora.com> | 2020-06-04 00:05:41 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2020-06-04 07:20:07 +0200 |
commit | 6096d67aa67b0eb3da5e9ad9ae1eaa04baa5102c (patch) | |
tree | c508b88fc0a0d885542c74d28f95f86483d9bb85 /sfx2 | |
parent | 191288d6a7fb52b31038a21c4e71ee57ffa3bacd (diff) |
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@collabora.com>
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/view/viewsh.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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() |