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.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/binaryurp/source/outgoingrequests.cxx b/binaryurp/source/outgoingrequests.cxx
index a0fb6d272f82..06b2553629e9 100644
--- a/binaryurp/source/outgoingrequests.cxx
+++ b/binaryurp/source/outgoingrequests.cxx
@@ -45,8 +45,7 @@ OutgoingRequest OutgoingRequests::top(rtl::ByteSequence const & tid) {
Map::iterator i(map_.find(tid));
if (i == map_.end()) {
throw css::uno::RuntimeException(
- "URP: reply for unknown TID",
- css::uno::Reference< css::uno::XInterface >());
+ "URP: reply for unknown TID");
}
OSL_ASSERT(!i->second.empty());
return i->second.back();