summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/chart2/XChartType.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/chart2/XChartType.idl')
-rw-r--r--offapi/com/sun/star/chart2/XChartType.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/chart2/XChartType.idl b/offapi/com/sun/star/chart2/XChartType.idl
index 27e7af03fbe6..802fbe48324a 100644
--- a/offapi/com/sun/star/chart2/XChartType.idl
+++ b/offapi/com/sun/star/chart2/XChartType.idl
@@ -72,9 +72,9 @@ interface XChartType : com::sun::star::uno::XInterface
*/
sequence< string > getSupportedOptionalRoles();
- /** Returns the role of the <type>XLabeledDataSequence</type> of
+ /** Returns the role of the XLabeledDataSequence of
which the label will be taken to identify the
- <type>DataSeries</type> in dialogs or the legend.
+ DataSeries in dialogs or the legend.
*/
string getRoleOfSequenceForSeriesLabel();
};