summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/io/XActiveDataStreamer.idl
diff options
context:
space:
mode:
Diffstat (limited to 'udkapi/com/sun/star/io/XActiveDataStreamer.idl')
-rw-r--r--udkapi/com/sun/star/io/XActiveDataStreamer.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/udkapi/com/sun/star/io/XActiveDataStreamer.idl b/udkapi/com/sun/star/io/XActiveDataStreamer.idl
index 4f04ad625873..f79d0a2ca3ef 100644
--- a/udkapi/com/sun/star/io/XActiveDataStreamer.idl
+++ b/udkapi/com/sun/star/io/XActiveDataStreamer.idl
@@ -31,15 +31,15 @@ module com { module sun { module star { module io {
<p>If you want to allow control from outside, also implement the
- <type>XActiveDataControl</type> interface. </p>
+ XActiveDataControl interface. </p>
*/
published interface XActiveDataStreamer: com::sun::star::uno::XInterface
{
/** plugs the input/output stream.
- <p>If <type>XConnectable</type> is also implemented, this
+ <p>If XConnectable is also implemented, this
method should query <var>aStream</var> for a
- <type>XConnectable</type> and connect both.</p>
+ XConnectable and connect both.</p>
*/
void setStream( [in] com::sun::star::io::XStream aStream );