summaryrefslogtreecommitdiffstats
path: root/remotebridges
diff options
context:
space:
mode:
Diffstat (limited to 'remotebridges')
-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 b7070908e35e..e4fefad7467b 100644
--- a/remotebridges/source/unourl_resolver/unourl_resolver.cxx
+++ b/remotebridges/source/unourl_resolver/unourl_resolver.cxx
@@ -132,7 +132,7 @@ Reference< XInterface > ResolverImpl::resolve( const OUString & rUnoUrl )
UNO_QUERY );
if (! xConnector.is())
- throw RuntimeException("no connector!", Reference< XInterface >() );
+ throw RuntimeException("no connector!" );
Reference< XConnection > xConnection( xConnector->connect( aConnectDescr ) );