diff options
-rw-r--r-- | stoc/source/invocation/invocation.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/stoc/source/invocation/invocation.cxx b/stoc/source/invocation/invocation.cxx index a928f5bd684b..da1b6a9e2182 100644 --- a/stoc/source/invocation/invocation.cxx +++ b/stoc/source/invocation/invocation.cxx @@ -593,8 +593,8 @@ void Invocation_Impl::setValue( const OUString& PropertyName, const Any& Value ) catch (const Exception & exc) { throw InvocationTargetException( - OUString( "exception occurred in setValue(): " ) + - exc.Message, Reference< XInterface >(), makeAny( exc /* though sliced */ ) ); + "exception occurred in setValue(): " + exc.Message, + Reference< XInterface >(), makeAny( exc /* though sliced */ ) ); } } } |