https://bugs.documentfoundation.org/show_bug.cgi?id=166751
Bug ID: 166751
Summary: "dispatcher.executeDispatch(document,
".uno:InsertSheetFromFile", "", 0, Array())" doesn't
stop the macro...
Product: LibreOffice
Version: 24.8.7.2 release
Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: Calc
Assignee: [email protected]
Reporter: [email protected]
Description:
Previously, Libre Office macros always stopped at the following step:
dispatcher.executeDispatch(document, ".uno:InsertSheetFromFile", "", 0,
Array())
Unfortunately, this is no longer the case in version 24.8.7.2. Subsequent steps
simply continue to be processed, essentially ending up in the wrong worksheet.
I installed the old version 24.2.6.2, which still works.
What could be the cause?
Actual Results:
macro does not stop
Expected Results:
Macro stops until dialog is processed
Reproducible: Always
User Profile Reset: Yes
Additional Info:
macro does not stop
--
You are receiving this mail because:
You are the assignee for the bug.