https://bugs.documentfoundation.org/show_bug.cgi?id=147195
Bug ID: 147195
Summary: ScriptForge "L10N" service stopped working in LO 7.3
Product: LibreOffice
Version: 7.3.0.3 release
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: BASIC
Assignee: [email protected]
Reporter: [email protected]
Created attachment 178063
--> https://bugs.documentfoundation.org/attachment.cgi?id=178063&action=edit
Sample ODS file with the macro
Up until 7.2.5 the service "L10N" from scriptforge was working fine. Since I
updated to 7.3 whenever I create the service, the script is interrupted without
issuing any error messages.
To reproduce:
1) Download the sample po files and place them inside the same folder
2) Open the attached sample ODS file
3) Edit line 6 of the macro in the Standard.Module1 module to inform the path
to where the po files are located.
2) Place a breakpoint at line 17 in the Standard.Module1 module.
3) Run the macro
3) Notice that when it reaches line 17 with the instruction below, pressing
"Step over" or Shift+F8 will make the debug pointer disappear and the macro
will stop without any error messages.
svc = CreateScriptService("L10N", poFolder)
4) Notice that the MsgBox in line 23 is never reached.
This fails in LO 7.3 but runs as expected in LO 7.2.5. Next is my system info:
Version: 7.3.0.3 / LibreOffice Community
Build ID: 30(Build:3)
CPU threads: 16; OS: Linux 5.13; UI render: default; VCL: kf5 (cairo+xcb)
Locale: pt-BR (pt_BR.UTF-8); UI: en-US
Ubuntu package version: 1:7.3.0~rc3-0ubuntu0.21.10.1~lo1
Calc: threaded
--
You are receiving this mail because:
You are the assignee for the bug.