https://bugs.documentfoundation.org/show_bug.cgi?id=144219
Bug ID: 144219
Summary: Name of a chart should be read-only (in fact it is)
Product: LibreOffice
Version: unspecified
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: Chart
Assignee: [email protected]
Reporter: [email protected]
See attached Calc document with macro. Pseudo-property is not writable although
there is a method setName(newName).
There is also a property "PersistName" when you access the chart as a DrawPage
elemen:
chart = ThisComponent.Sheets(0).DrawPage.getByIndex(0)
spn = chart.PersistName
This property ignores the attempt to rename and finally crashes the chart
element. After document recovery the chart is gone.
--
You are receiving this mail because:
You are the assignee for the bug.