diff options
-rw-r--r-- | binaryurp/source/bridge.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binaryurp/source/bridge.cxx b/binaryurp/source/bridge.cxx index c2d604d66668..435df5395ae0 100644 --- a/binaryurp/source/bridge.cxx +++ b/binaryurp/source/bridge.cxx @@ -879,7 +879,7 @@ css::uno::Reference< css::uno::XInterface > Bridge::getInstance( } for (sal_Int32 i = 0; i != sInstanceName.getLength(); ++i) { if (sInstanceName[i] > 0x7F) { - throw css::io::IOException( + throw css::uno::RuntimeException( ("XBridge::getInstance sInstanceName contains non-ASCII" " character"), css::uno::Reference< css::uno::XInterface >()); |