summaryrefslogtreecommitdiff
path: root/binaryurp/source
diff options
context:
space:
mode:
Diffstat (limited to 'binaryurp/source')
-rw-r--r--binaryurp/source/reader.cxx10
1 files changed, 4 insertions, 6 deletions
diff --git a/binaryurp/source/reader.cxx b/binaryurp/source/reader.cxx
index 522b1654452d..184f037721b9 100644
--- a/binaryurp/source/reader.cxx
+++ b/binaryurp/source/reader.cxx
@@ -238,12 +238,10 @@ void Reader::readMessage(Unmarshal & unmarshal) {
{
synchronous = forceSynchronous;
} else {
- if (forceSynchronous) {
- throw css::uno::RuntimeException(
- ("URP: synchronous request message with non-oneway function ID"
- " received"),
- css::uno::Reference< css::uno::XInterface >());
- }
+ SAL_INFO_IF(
+ forceSynchronous, "binaryurp",
+ ("superfluous MUSTREPLY/SYNCHRONOUS ignored in request message with"
+ " non-oneway function ID"));
synchronous = true;
}
bool setter = false;