summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/chart/XChartDataArray.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/chart/XChartDataArray.idl')
-rw-r--r--offapi/com/sun/star/chart/XChartDataArray.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/chart/XChartDataArray.idl b/offapi/com/sun/star/chart/XChartDataArray.idl
index 9c2f5cb12f2d..9764c85bd773 100644
--- a/offapi/com/sun/star/chart/XChartDataArray.idl
+++ b/offapi/com/sun/star/chart/XChartDataArray.idl
@@ -27,9 +27,9 @@
/** gives access to data represented as an array of rows.
- <p>Can be obtained from interface <type>XChartDocument</type> via method getData().</p>
+ <p>Can be obtained from interface XChartDocument via method getData().</p>
- <p>If used for an <type>XYDiagram</type>, the row number 0
+ <p>If used for an XYDiagram, the row number 0
represents the <i>x</i>-values.</p>
*/
published interface XChartDataArray: XChartData