summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/io/XActiveDataSink.idl
diff options
context:
space:
mode:
Diffstat (limited to 'udkapi/com/sun/star/io/XActiveDataSink.idl')
-rw-r--r--udkapi/com/sun/star/io/XActiveDataSink.idl6
1 files changed, 0 insertions, 6 deletions
diff --git a/udkapi/com/sun/star/io/XActiveDataSink.idl b/udkapi/com/sun/star/io/XActiveDataSink.idl
index 266fde3c920f..4eb55715769a 100644
--- a/udkapi/com/sun/star/io/XActiveDataSink.idl
+++ b/udkapi/com/sun/star/io/XActiveDataSink.idl
@@ -27,8 +27,6 @@
module com { module sun { module star { module io {
-
-// DocMerge from xml: interface com::sun::star::io::XActiveDataSink
/** makes it possible to read the corresponding object from an input stream.
<p>If you want to allow control from outside, also implement the
@@ -36,8 +34,6 @@ module com { module sun { module star { module io {
*/
published interface XActiveDataSink: com::sun::star::uno::XInterface
{
-
- // DocMerge from xml: method com::sun::star::io::XActiveDataSink::setInputStream
/** plugs the input stream.
<p>If <type>XConnectable</type> is also implemented, this
@@ -46,8 +42,6 @@ published interface XActiveDataSink: com::sun::star::uno::XInterface
*/
void setInputStream( [in] com::sun::star::io::XInputStream aStream );
-
- // DocMerge from idl: method com::sun::star::io::XActiveDataSink::getInputStream
/** @returns
the plugged stream.
*/