summaryrefslogtreecommitdiff
path: root/bridges/source
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2013-01-20 15:23:12 +0100
committerJulien Nabet <serval2412@yahoo.fr>2013-01-20 15:23:12 +0100
commit3207c85fc957a347aaf78e7328a52d85edab0f72 (patch)
tree7e9f09819a97c97b3036986baffd4c3cd93dd57d /bridges/source
parent15e0f6d5931d78a6a994e6e81d891ca3e0a7cf0e (diff)
Another lacking parenthesis
Change-Id: If5944101688b0219d2476e5c3b29f704634c3bcc
Diffstat (limited to 'bridges/source')
-rw-r--r--bridges/source/cpp_uno/cc5_solaris_sparc64/exceptions.cxx2
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);