https://bugs.documentfoundation.org/show_bug.cgi?id=154462

Jean-Pierre Ledure <j...@ledure.be> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |j...@ledure.be

--- Comment #5 from Jean-Pierre Ledure <j...@ledure.be> ---
I confirm the error under Linux Mint:
Version: 7.5.2.2 (X86_64) / LibreOffice Community
Build ID: 50(Build:2)
CPU threads: 12; OS: Linux 5.4; UI render: default; VCL: gtk3
Locale: fr-BE (fr_BE.UTF-8); UI: fr-FR
Ubuntu package version: 4:7.5.2~rc2-0ubuntu0.20.04.1~lo1
Calc: threaded

in next code:
sub pickafile()
    GlobalScope.BasicLibraries.LoadLibrary("ScriptForge")
    f = ScriptForge.SF_FileSystem.pickfile()
    print(f)
    g = ScriptForge.SF_FileSystem.pickfile()
    print(g)
End Sub

on line:
    g = ScriptForge.SF_FileSystem.pickfile()

The execution is normal under Windows:
Version: 7.5.2.2 (X86_64) / LibreOffice Community
Build ID: 53bb9681a964705cf672590721dbc85eb4d0c3a2
CPU threads: 6; OS: Windows 10.0 Build 19044; UI render: Skia/Raster; VCL: win
Locale: en-US (en_BE); UI: en-US
Calc: threaded

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to