summaryrefslogtreecommitdiff
path: root/binaryurp
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-02-13 11:56:00 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-02-13 11:58:31 +0100
commitafb9d333ebf83715558fb07e9f0e64b7443a195d (patch)
treec62d46a98ca49862f808a2b622989bd2eaa00095 /binaryurp
parent8c6ee9360b3ffdc07335da0e3a2c6f05e5438909 (diff)
cid#706247 wrong exception type
Change-Id: Idc83f827b90eedcc4345345a77efbda35e08bff0
Diffstat (limited to 'binaryurp')
-rw-r--r--binaryurp/source/bridge.cxx2
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 >());