diff options
author | obo <obo@openoffice.org> | 2010-06-15 10:46:01 +0200 |
---|---|---|
committer | obo <obo@openoffice.org> | 2010-06-15 10:46:01 +0200 |
commit | 61c0a983bea6c17af85bfee794c427f0eb8b25ba (patch) | |
tree | f4be4bd7a69889ff5e5630f4f5c6b55315c25480 /offapi | |
parent | 9e4c7dda753d76a0a2b6c7b8b20e483f33db7efb (diff) | |
parent | 6a0a47771e909a2afe9f19ad09a960ed2f938149 (diff) |
CWS-TOOLING: integrate CWS chart47
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/chart/ChartDocument.idl | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/offapi/com/sun/star/chart/ChartDocument.idl b/offapi/com/sun/star/chart/ChartDocument.idl index dd52f2e02ba3..2c5227329778 100644 --- a/offapi/com/sun/star/chart/ChartDocument.idl +++ b/offapi/com/sun/star/chart/ChartDocument.idl @@ -39,9 +39,8 @@ #include <com/sun/star/xml/UserDefinedAttributeSupplier.idl> #endif -// #ifndef com_sun_star_chart2_data_XDataReceiver_idl -// #include <com/sun/star/chart2/data/XDataReceiver.idl> -// #endif +#include <com/sun/star/drawing/XDrawPageSupplier.idl> + //============================================================================= @@ -73,12 +72,7 @@ published service ChartDocument interface ::com::sun::star::chart::XChartDocument; interface ::com::sun::star::beans::XPropertySet; - /** If this interface is implemented, it is possible to connect - data to a chart via the improved data connection method using - an <type scope="com::sun::star::chart2::data">XDataProvider</type>. - */ - // BM: #i32138# XDataReceiver is not yet published -// [optional] interface ::com::sun::star::chart2::data::XDataReceiver; + [optional] interface ::com::sun::star::drawing::XDrawPageSupplier; //------------------------------------------------------------------------- |