diff options
author | Eike Rathke <erack@redhat.com> | 2023-01-07 20:29:38 +0100 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2023-01-07 22:42:38 +0000 |
commit | fd5a4de7c39dc43b9668e77046622894cdd2051a (patch) | |
tree | 6447c14e0b30ae8e786511369927ec03eb165fa7 /basic | |
parent | aa445da4c0cfc1491ceac80126ec6503677c672b (diff) |
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 <erack@redhat.com>
Tested-by: Jenkins
(cherry picked from commit e06198e1544f33419be4ce303458da8b5160bc1a)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/145125
Diffstat (limited to 'basic')
-rw-r--r-- | basic/source/runtime/methods1.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
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); } |