diff options
Diffstat (limited to 'bridges')
-rw-r--r-- | bridges/source/cpp_uno/cc5_solaris_sparc64/exceptions.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bridges/source/cpp_uno/cc5_solaris_sparc64/exceptions.cxx b/bridges/source/cpp_uno/cc5_solaris_sparc64/exceptions.cxx index d192036eb24e..f8bfc926488f 100644 --- a/bridges/source/cpp_uno/cc5_solaris_sparc64/exceptions.cxx +++ b/bridges/source/cpp_uno/cc5_solaris_sparc64/exceptions.cxx @@ -431,7 +431,7 @@ void fillUnoException( } if (type == NULL || type->eTypeClass != typelib_TypeClass_EXCEPTION) { css::uno::RuntimeException exc( - "Not a UNO exception type: " + name), + "Not a UNO exception type: " + name, css::uno::Reference< css::uno::XInterface >()); uno_type_any_constructAndConvert( unoException, &exc, getCppuType(&exc).getTypeLibType(), cppToUno); |