diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-08-18 20:38:42 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-08-18 20:59:44 +0100 |
commit | 28f3464a571a23a2c16bd0980e9021b95d011511 (patch) | |
tree | e7bd251056f867b09971b1443575bcfa3c428583 /svtools | |
parent | 75a8b1cf84ac718aa1c8d671cd27b0b10307f50a (diff) |
ConvertSystemPathToURL->getFileURLFromSystemPath
Change-Id: I1c60c60f9b5318626f42e33091920a4404fb6d1c
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/control/inettbc.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/control/inettbc.cxx b/svtools/source/control/inettbc.cxx index 8d0a96f7ba8d..dbff62aa0ea1 100644 --- a/svtools/source/control/inettbc.cxx +++ b/svtools/source/control/inettbc.cxx @@ -538,7 +538,7 @@ OUString SvtURLBox::ParseSmart( const OUString& _aText, const OUString& _aBaseUR else { OUString aTmpMatch; - ::utl::LocalFileHelper::ConvertSystemPathToURL( aText, aTmpMatch ); + osl::FileBase::getFileURLFromSystemPath( aText, aTmpMatch ); aMatch = aTmpMatch; } |