Apache OpenOffice (AOO) Bugzilla – Issue 59549
[API] adding an XPropertyChangeListener to a css.frame.Frame, listening for *all* property changes, throws unjustified exception
Last modified: 2013-07-30 02:37:10 UTC
According to the API specification for XPropertySet (http://api.openoffice.org/docs/common/ref/com/sun/star/beans/XPropertySet.html#addPropertyChangeListener), it should be allowed to add a property change listener for *all* properties of a property set by specifying an empty property name in the call to addPropertyChangeListener. This, however, does not work with our default frame implementation. See attached Basic script for an easy way how to trigger this bug.
Created attachment 32564 [details] basic script to reproduce the bug case
... and the message of all exceptions says: "not implemented" .-)
Reset assignee on issues not touched by assignee in more than 1000 days.