Fix a copypaste error
Has been like this since commit 2d1ef8aa24
Change-Id: Idf0e05246f625befb4872e743b490a5594d24f8f
Reviewed-on: https://gerrit.libreoffice.org/63548
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
This commit is contained in:
@@ -1484,7 +1484,7 @@ void SbRtl_ConvertToUrl(StarBASIC *, SbxArray & rPar, bool)
|
||||
OUString aFileURL = aURLObj.GetMainURL( INetURLObject::DecodeMechanism::NONE );
|
||||
if( aFileURL.isEmpty() )
|
||||
{
|
||||
::osl::File::getFileURLFromSystemPath( aFileURL, aFileURL );
|
||||
osl::File::getFileURLFromSystemPath(aStr, aFileURL);
|
||||
}
|
||||
if( aFileURL.isEmpty() )
|
||||
{
|
||||
|
Reference in New Issue
Block a user