summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/chart2/data/XLabeledDataSequence.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/chart2/data/XLabeledDataSequence.idl')
-rw-r--r--offapi/com/sun/star/chart2/data/XLabeledDataSequence.idl8
1 files changed, 4 insertions, 4 deletions
diff --git a/offapi/com/sun/star/chart2/data/XLabeledDataSequence.idl b/offapi/com/sun/star/chart2/data/XLabeledDataSequence.idl
index d52c2a6bade9..f856c9dd514d 100644
--- a/offapi/com/sun/star/chart2/data/XLabeledDataSequence.idl
+++ b/offapi/com/sun/star/chart2/data/XLabeledDataSequence.idl
@@ -40,22 +40,22 @@ module data
*/
interface XLabeledDataSequence : ::com::sun::star::uno::XInterface
{
- /** returns an <type>XDataSequence</type> containing the actual
+ /** returns an XDataSequence containing the actual
data.
*/
XDataSequence getValues();
- /** sets a new <type>XDataSequence</type> containing the actual
+ /** sets a new XDataSequence containing the actual
data.
*/
void setValues( [in] XDataSequence xSequence );
- /** returns an <type>XDataSequence</type> containing the label for
+ /** returns an XDataSequence containing the label for
the labeled sequence.
*/
XDataSequence getLabel();
- /** sets a new <type>XDataSequence</type> containing the label for
+ /** sets a new XDataSequence containing the label for
the labeled sequence.
*/
void setLabel( [in] XDataSequence xSequence );