binaryurp/source/bridge.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit afb9d333ebf83715558fb07e9f0e64b7443a195d Author: Stephan Bergmann <sberg...@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 >()); _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits