diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-02-07 12:01:55 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-02-07 15:30:46 +0100 |
commit | e982f2d4ad8956bc184b625b50fad4c3be117203 (patch) | |
tree | 9f0692ad8ad92da59ed51d8c942600fb1e572399 /fpicker/source | |
parent | da7262415fb47710d5ff18fbc33e96a13412ae7b (diff) |
SvtURLBox is now unused
Change-Id: Iab78b3803272ceb62c4df74241b64f23b1437b03
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88184
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'fpicker/source')
-rw-r--r-- | fpicker/source/office/iodlg.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fpicker/source/office/iodlg.cxx b/fpicker/source/office/iodlg.cxx index 4e592c5763c0..60dd893b34ae 100644 --- a/fpicker/source/office/iodlg.cxx +++ b/fpicker/source/office/iodlg.cxx @@ -713,7 +713,7 @@ void SvtFileDialog::OpenHdl_Impl(void const * pVoid) INetURLObject aFileObject( aFileName ); if ( ( aFileObject.GetProtocol() == INetProtocol::NotValid ) && !aFileName.isEmpty() ) { - OUString sCompleted = SvtURLBox::ParseSmart( aFileName, m_xFileView->GetViewURL() ); + OUString sCompleted = URLBox::ParseSmart( aFileName, m_xFileView->GetViewURL() ); if ( !sCompleted.isEmpty() ) aFileName = sCompleted; } |