https://bugs.documentfoundation.org/show_bug.cgi?id=148261
Bug ID: 148261
Summary: Macros: Application crash when setting Spreadsheet
Events from python macro
Product: LibreOffice
Version: 7.2.6.2 release
Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: Calc
Assignee: [email protected]
Reporter: [email protected]
when I call
Sheet.Events.replaceByName("OnCalculate",OtherSheet.Events.getByName("OnCalculate"))
(where Sheet and OtherSheet are pyuno object(com.sun.star.sheet.XSpreadsheet))
calc crashes without any notice.
The same thing occurs if I try to set manually the properties using a list or
tuple of com.sun.star.beans.PropertyValue
It works fine from a Basic macro.
--
You are receiving this mail because:
You are the assignee for the bug.