Kaydet (Commit) 63968bae authored tarafından Stephan Bergmann's avatar Stephan Bergmann

stoc: Use appropriate OUString functions on string constants

Change-Id: I776bbe6077b33f22657141ca875743c67b793c48
üst 0530bbb0
......@@ -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 */ ) );
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment