scripting/source/protocolhandler/scripthandler.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 6fe5ad95afba252561fb5960627ac7eb19270d37 Author: Tor Lillqvist <t...@collabora.com> Date: Fri Jan 12 13:34:26 2018 +0200 Add a separator between two words in an exception message Change-Id: I5c2e01249058e03edfcf036036f9595b87f0a070 Reviewed-on: https://gerrit.libreoffice.org/51963 Tested-by: Jenkins <c...@libreoffice.org> Reviewed-by: Tor Lillqvist <t...@collabora.com> (cherry picked from commit 7e16966d517f1c25e673ddbb88e72cf418f5aeaa) Reviewed-on: https://gerrit.libreoffice.org/52087 Reviewed-by: Miklos Vajna <vmik...@collabora.co.uk> Tested-by: Miklos Vajna <vmik...@collabora.co.uk> diff --git a/scripting/source/protocolhandler/scripthandler.cxx b/scripting/source/protocolhandler/scripthandler.cxx index cd82b1931f5f..2315fc1963fa 100644 --- a/scripting/source/protocolhandler/scripthandler.cxx +++ b/scripting/source/protocolhandler/scripthandler.cxx @@ -254,7 +254,7 @@ void SAL_CALL ScriptProtocolHandler::dispatchWithNotification( OUString reason = "ScriptProtocolHandler::dispatch: caught "; - invokeResult <<= reason.concat( aException.getValueTypeName() ).concat( e.Message ); + invokeResult <<= reason.concat( aException.getValueTypeName() ).concat( ": " ).concat( e.Message ); bCaughtException = true; } _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits