summaryrefslogtreecommitdiff
path: root/scripting/source/provider/ProviderCache.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'scripting/source/provider/ProviderCache.cxx')
-rw-r--r--scripting/source/provider/ProviderCache.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripting/source/provider/ProviderCache.cxx b/scripting/source/provider/ProviderCache.cxx
index 09e760e0e9bd..510597adeaf5 100644
--- a/scripting/source/provider/ProviderCache.cxx
+++ b/scripting/source/provider/ProviderCache.cxx
@@ -174,9 +174,9 @@ ProviderCache::populateCache() throw ( RuntimeException )
}
catch ( const Exception &e )
{
- ::rtl::OUString temp = OUSTR(
- "ProviderCache::populateCache: couldn't obtain XSingleComponentFactory for " );
- temp = temp.concat( serviceName );
+ OUString temp =
+ "ProviderCache::populateCache: couldn't obtain XSingleComponentFactory for "
+ + serviceName;
throw RuntimeException( temp.concat( e.Message ), Reference< XInterface >() );
}
}