summaryrefslogtreecommitdiff
path: root/binaryurp/source/outgoingrequests.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'binaryurp/source/outgoingrequests.cxx')
-rw-r--r--binaryurp/source/outgoingrequests.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/binaryurp/source/outgoingrequests.cxx b/binaryurp/source/outgoingrequests.cxx
index 0cbfa5bf49bc..696966433f86 100644
--- a/binaryurp/source/outgoingrequests.cxx
+++ b/binaryurp/source/outgoingrequests.cxx
@@ -51,7 +51,7 @@ OutgoingRequest OutgoingRequests::top(rtl::ByteSequence const & tid) {
Map::iterator i(map_.find(tid));
if (i == map_.end()) {
throw css::uno::RuntimeException(
- rtl::OUString(
+ OUString(
RTL_CONSTASCII_USTRINGPARAM("URP: reply for unknown TID")),
css::uno::Reference< css::uno::XInterface >());
}