basic/source/runtime/methods1.cxx | 1 + 1 file changed, 1 insertion(+)
New commits: commit fd5a4de7c39dc43b9668e77046622894cdd2051a Author: Eike Rathke <er...@redhat.com> AuthorDate: Sat Jan 7 20:29:38 2023 +0100 Commit: Eike Rathke <er...@redhat.com> CommitDate: Sat Jan 7 22:42:38 2023 +0000 Resolves: tdf#152917 Add ConvertFromUrl() put result back, tdf#147132 follow-up Regression from commit 6b3e66cd7a355061bf1dec76bbc4f389b6b60f2d CommitDate: Mon Sep 5 16:04:25 2022 +0200 tdf147132 basic : flaten some functions Change-Id: I20e6b00ed613b98a5e58623a010d894b1bcb4c6f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/145172 Reviewed-by: Eike Rathke <er...@redhat.com> Tested-by: Jenkins (cherry picked from commit e06198e1544f33419be4ce303458da8b5160bc1a) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/145125 diff --git a/basic/source/runtime/methods1.cxx b/basic/source/runtime/methods1.cxx index 9e5356a6327b..b4f7dfb5fd9a 100644 --- a/basic/source/runtime/methods1.cxx +++ b/basic/source/runtime/methods1.cxx @@ -1419,6 +1419,7 @@ void SbRtl_ConvertFromUrl(StarBASIC *, SbxArray & rPar, bool) { aSysPath = aStr; } + rPar.Get(0)->PutString(aSysPath); }