summaryrefslogtreecommitdiff
path: root/remotebridges/source/unourl_resolver/unourl_resolver.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'remotebridges/source/unourl_resolver/unourl_resolver.cxx')
-rw-r--r--remotebridges/source/unourl_resolver/unourl_resolver.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/remotebridges/source/unourl_resolver/unourl_resolver.cxx b/remotebridges/source/unourl_resolver/unourl_resolver.cxx
index 334991a6eb7a..c8c26b2b29f3 100644
--- a/remotebridges/source/unourl_resolver/unourl_resolver.cxx
+++ b/remotebridges/source/unourl_resolver/unourl_resolver.cxx
@@ -144,7 +144,7 @@ Reference< XInterface > ResolverImpl::resolve( const OUString & rUnoUrl )
UNO_QUERY );
if (! xConnector.is())
- throw RuntimeException( OUString("no connector!" ), Reference< XInterface >() );
+ throw RuntimeException("no connector!", Reference< XInterface >() );
Reference< XConnection > xConnection( xConnector->connect( aConnectDescr ) );