From e982f2d4ad8956bc184b625b50fad4c3be117203 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Fri, 7 Feb 2020 12:01:55 +0000 Subject: SvtURLBox is now unused MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Iab78b3803272ceb62c4df74241b64f23b1437b03 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88184 Tested-by: Jenkins Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- sfx2/source/inet/inettbc.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sfx2') diff --git a/sfx2/source/inet/inettbc.cxx b/sfx2/source/inet/inettbc.cxx index 283f0668cebd..5d9767f0b198 100644 --- a/sfx2/source/inet/inettbc.cxx +++ b/sfx2/source/inet/inettbc.cxx @@ -127,7 +127,7 @@ void SfxURLToolBoxControl_Impl::OpenURL( const OUString& rName ) const INetURLObject aObj( rName ); if ( aObj.GetProtocol() == INetProtocol::NotValid ) { - aName = SvtURLBox::ParseSmart( rName, "" ); + aName = URLBox::ParseSmart( rName, "" ); } else aName = rName; -- cgit