diff options
Diffstat (limited to 'sfx2/source')
-rw-r--r-- | sfx2/source/inet/inettbc.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sfx2/source/inet/inettbc.cxx b/sfx2/source/inet/inettbc.cxx index 0938b7caf762..8346fbeab06a 100644 --- a/sfx2/source/inet/inettbc.cxx +++ b/sfx2/source/inet/inettbc.cxx @@ -82,8 +82,7 @@ void SfxURLToolBoxControl_Impl::OpenURL( const OUString& rName ) const INetURLObject aObj( rName ); if ( aObj.GetProtocol() == INetProtocol::NotValid ) { - OUString aBaseURL = GetURLBox()->GetBaseURL(); - aName = SvtURLBox::ParseSmart( rName, aBaseURL ); + aName = SvtURLBox::ParseSmart( rName, "" ); } else aName = rName; |