summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/chart2/data/XDataProvider.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/chart2/data/XDataProvider.idl')
-rw-r--r--offapi/com/sun/star/chart2/data/XDataProvider.idl10
1 files changed, 5 insertions, 5 deletions
diff --git a/offapi/com/sun/star/chart2/data/XDataProvider.idl b/offapi/com/sun/star/chart2/data/XDataProvider.idl
index fe81c03dbe78..d06aebadae08 100644
--- a/offapi/com/sun/star/chart2/data/XDataProvider.idl
+++ b/offapi/com/sun/star/chart2/data/XDataProvider.idl
@@ -60,15 +60,15 @@ interface XDataProvider : ::com::sun::star::uno::XInterface
separate service.
<p>For spreadsheets and text document tables there exists a
- service <type>TabularDataProviderArguments</type>
+ service TabularDataProviderArguments
describing valid values for this list.</p>
@return
- a data source containing <type>DataSequence</type>s that
+ a data source containing DataSequences that
span the entire region given in <code>aArguments</code>.
@throws ::com::sun::star::lang::IllegalArgumentException
- may be raised by the <type>XDataProvider</type> if it is
+ may be raised by the XDataProvider if it is
unable to interpret the arguments passed in
<code>aArguments</code> appropriately.
*/
@@ -77,7 +77,7 @@ interface XDataProvider : ::com::sun::star::uno::XInterface
raises( com::sun::star::lang::IllegalArgumentException );
/** Tries to find out with what parameters the passed
- <type>DataSource</type> most probably was created.
+ DataSource most probably was created.
<p>if xDataSource is a data source that was created with
<member>createDataSource</member>, the arguments returned here
@@ -137,7 +137,7 @@ interface XDataProvider : ::com::sun::star::uno::XInterface
@return
The component for selecting a new range. It must support
- <type>XComponent</type>, in order to inform the receiver
+ XComponent, in order to inform the receiver
about its lifetime.</p>
*/
com::sun::star::sheet::XRangeSelection getRangeSelection();