diff options
Diffstat (limited to 'binaryurp/source/proxy.cxx')
-rw-r--r-- | binaryurp/source/proxy.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/binaryurp/source/proxy.cxx b/binaryurp/source/proxy.cxx index b68898702b7f..4d01b2b66778 100644 --- a/binaryurp/source/proxy.cxx +++ b/binaryurp/source/proxy.cxx @@ -110,8 +110,8 @@ void Proxy::do_dispatch( } catch (const std::exception & e) { throw css::uno::RuntimeException( ("caught C++ exception: " + - rtl::OStringToOUString( - rtl::OString(e.what()), RTL_TEXTENCODING_ASCII_US)), + OStringToOUString( + OString(e.what()), RTL_TEXTENCODING_ASCII_US)), css::uno::Reference< css::uno::XInterface >()); // best-effort string conversion } |