OUString::concat() does not modify in-place
Change-Id: I298f33a23e44146d7ce5fbf72d176020804e03d6
This commit is contained in:
@@ -176,7 +176,7 @@ ProviderCache::populateCache() throw ( RuntimeException )
|
||||
{
|
||||
::rtl::OUString temp = OUSTR(
|
||||
"ProviderCache::populateCache: couldn't obtain XSingleComponentFactory for " );
|
||||
temp.concat( serviceName );
|
||||
temp = temp.concat( serviceName );
|
||||
throw RuntimeException( temp.concat( e.Message ), Reference< XInterface >() );
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user