[Libreoffice-commits] core.git: binaryurp/source
Stephan Bergmann
sbergman at redhat.com
Thu Feb 13 11:58:51 CET 2014
binaryurp/source/bridge.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit afb9d333ebf83715558fb07e9f0e64b7443a195d
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Thu Feb 13 11:56:00 2014 +0100
cid#706247 wrong exception type
Change-Id: Idc83f827b90eedcc4345345a77efbda35e08bff0
diff --git a/binaryurp/source/bridge.cxx b/binaryurp/source/bridge.cxx
index c2d604d..435df53 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 >());
More information about the Libreoffice-commits
mailing list