Issue 78871 - API: sch.ChartLegend::com::sun::star::beans::XPropertySet
Summary: API: sch.ChartLegend::com::sun::star::beans::XPropertySet
Status: CLOSED FIXED
Alias: None
Product: App Dev
Classification: Unclassified
Component: api (show other issues)
Version: 3.3.0 or older (OOo)
Hardware: All All
: P3 Trivial
Target Milestone: ---
Assignee: chne
QA Contact: issues@api
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-25 18:40 UTC by chne
Modified: 2013-02-24 21:06 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description chne 2007-06-25 18:40:56 UTC
The UNO-API-Tests adds a PropertyChangeListener but the Listener was not called.

To reproduce this behavior just start your office with parameter

"-accept=socket,host=0,port=8100;urp;" 

and call inside a solar shell:

checkapi -o  sch.ChartLegend::com::sun::star::beans::XPropertySet
Comment 1 bjoern.milcke 2007-07-06 13:06:34 UTC
Fixed. Fix also helps for property listeners of other chart objects.

The wrapped property sets (wrappers for old API around the new API objects) now
forward the listening to the original objects.
Comment 2 bjoern.milcke 2007-07-06 13:07:10 UTC
adapted Version
Comment 3 bjoern.milcke 2007-07-06 13:10:20 UTC
adapted Version
Comment 4 bjoern.milcke 2007-07-16 10:46:21 UTC
Please verify in CWS chart07 with the mentioned patches to qadevOOo.
Comment 5 chne 2007-07-16 19:14:18 UTC
ok in cws => verified
Comment 6 chne 2007-10-15 16:39:11 UTC
ok in master => close