diff options
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/source/lib/init.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx index 4fab9477f330..aee74ec28d73 100644 --- a/desktop/source/lib/init.cxx +++ b/desktop/source/lib/init.cxx @@ -6762,7 +6762,7 @@ static char* doc_getCommandValues(LibreOfficeKitDocument* pThis, const char* pCo } else { - SetLastExceptionMsg(u"Unknown command, no values returned"_ustr); + SetLastExceptionMsg(OUString::fromUtf8(aCommand) + u" : Unknown command, no values returned"_ustr); return nullptr; } } |