From cf753e44ba9ed9f02c0ae6da70ab2d5a742401ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=BCdiger=20Timm?= Date: Wed, 2 Jul 2008 08:56:05 +0000 Subject: [PATCH] INTEGRATION: CWS dr61 (1.3.40); FILE MERGED 2008/04/23 12:27:20 dr 1.3.40.2: RESYNC: (1.3-1.4); FILE MERGED 2008/04/03 11:22:29 dr 1.3.40.1: #i86465# error bars --- offapi/com/sun/star/chart2/ErrorBar.idl | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/offapi/com/sun/star/chart2/ErrorBar.idl b/offapi/com/sun/star/chart2/ErrorBar.idl index 83e30471d668..e26480a4f374 100644 --- a/offapi/com/sun/star/chart2/ErrorBar.idl +++ b/offapi/com/sun/star/chart2/ErrorBar.idl @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: ErrorBar.idl,v $ - * $Revision: 1.4 $ + * $Revision: 1.5 $ * * This file is part of OpenOffice.org. * @@ -50,6 +50,15 @@ service ErrorBar */ service ::com::sun::star::drawing::LineProperties; + /** allows attaching data sequences to the error bars. + @see data::DataSequenceRole + */ + optional interface data::XDataSink; + + /** allows querying data sequences that were set at error bars. + @see data::DataSequenceRole + */ + [optional] interface data::XDataSource; /** */ [property] ::com::sun::star::chart::ErrorBarStyle ErrorBarStyle;