summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/chart2/data/DataSequence.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/chart2/data/DataSequence.idl')
-rw-r--r--offapi/com/sun/star/chart2/data/DataSequence.idl8
1 files changed, 4 insertions, 4 deletions
diff --git a/offapi/com/sun/star/chart2/data/DataSequence.idl b/offapi/com/sun/star/chart2/data/DataSequence.idl
index ae27b05c39de..8a3e97741aaf 100644
--- a/offapi/com/sun/star/chart2/data/DataSequence.idl
+++ b/offapi/com/sun/star/chart2/data/DataSequence.idl
@@ -41,13 +41,13 @@ module data
/** describes a container for a sequence of values.
- <p>With the interface <type>XDataSequence</type> it is possible to
+ <p>With the interface XDataSequence it is possible to
transfer a complete sequence of values.
<p>With the optional
<type scope="com::sun::star::container">XIndexReplace</type> it is
possible to modify single elements, if the corresponding
- <type>DataProvider</type> supports modification of its values.</p>
+ DataProvider supports modification of its values.</p>
*/
service DataSequence
{
@@ -72,7 +72,7 @@ service DataSequence
<p>Only when supporting this interface, it is possible for
client applications to modify the content of the data that is
- provided by this <type>DataSequence</type>.</p>
+ provided by this DataSequence.</p>
*/
[optional] interface ::com::sun::star::container::XIndexReplace;
@@ -86,7 +86,7 @@ service DataSequence
one.</p>
<p>Note that, when this interface is not implemented the
- releasing of identifiers at the <type>XDataProvider</type>
+ releasing of identifiers at the XDataProvider
will not work properly, because more than one object may use
the same identifier. So, when an object releases the
identifier, another object might use a stale identifier.</p>