summaryrefslogtreecommitdiff
path: root/binaryurp/source/proxy.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-09-05 10:12:40 +0200
committerStephan Bergmann <sbergman@redhat.com>2012-09-05 10:12:40 +0200
commit7a7a2c5495e9e03181843c327a0c28fd6e5e88bd (patch)
tree33b457dcc9ea71e5b38d7c7c6a5a0b064d8395bf /binaryurp/source/proxy.cxx
parenta60f9112146b23566a6a0ff3a5109889f4b7c0b1 (diff)
Cosmetics
Change-Id: I7b217c4fb48bbee4a2872d15cf23a955b464ffca
Diffstat (limited to 'binaryurp/source/proxy.cxx')
-rw-r--r--binaryurp/source/proxy.cxx4
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
}