https://issues.apache.org/ooo/show_bug.cgi?id=118640
--- Comment #3 from Armin Le Grand <[email protected]> --- Indeed NumberingLevel is member of SVX_UNOEDIT_OUTLINER_PROPERTIES (both in editeng), but not member of SVX_UNOEDIT_NUMBERING_PROPERTIE which is used in sd to define a SvxItemPropertySet whcih is accessed in GetStylePropertySet() and thus used for UNO API style access, so in SdStyleSheet::setPropertyValue an UnknownPropertyException is thrown. But this is not the reason for the crash, these are catched. Need sfx2, svl with debug... -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug. You are watching all bug changes.
