Issue 109765 - API documentation for ChartDocument not complete
Summary: API documentation for ChartDocument not complete
Status: CLOSED FIXED
Alias: None
Product: General
Classification: Code
Component: chart (show other issues)
Version: 3.3.0 or older (OOo)
Hardware: All All
: P3 Trivial (vote)
Target Milestone: ---
Assignee: niklas.nebel
QA Contact: issues@graphics
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-03 11:12 UTC by bornmw
Modified: 2017-05-20 11:41 UTC (History)
2 users (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 bornmw 2010-03-03 11:12:24 UTC
As per http://www.mail-archive.com/dev@graphics.openoffice.org/msg01077.html
the documentation is not consistent for com.sun.star.chart.ChartDocument
(http://api.openoffice.org/docs/common/ref/com/sun/star/chart/ChartDocument.html)

XDrawPageSupplier is not listed in the exported interfaces, while the next line
of code works fine (aChartDocument is com.sun.star.chart.XChartDocument):

XDrawPageSupplier drawPageSupplier =
UnoRuntime.queryInterface(XDrawPageSupplier.class, aChartDocument);.

Could someone please update the documentation to match reality for this case,
and check for other potential inconsistencies?

Thanks
Comment 1 IngridvdM 2010-03-03 11:29:16 UTC
confirmed. Thanks for writing the issue!
Comment 2 IngridvdM 2010-06-01 18:05:28 UTC
Fixed in CWS chart47.
Comment 3 IngridvdM 2010-06-03 12:48:49 UTC
@nn, please verify in CWS chart47 that interface XDrawPageSupplier now is listed
for service chart::ChartDocument:
http://hg.services.openoffice.org/cws/chart47/rev/36cea3311758
Thanks!
Comment 4 niklas.nebel 2010-06-03 19:18:59 UTC
Verified that XDrawPageSupplier is now included in the ChartDocument service
description.