summaryrefslogtreecommitdiffstats
path: root/udkapi/com/sun/star/io/XActiveDataSource.idl
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-03-13 10:32:24 +0200
committerTor Lillqvist <tml@iki.fi>2013-03-13 10:36:21 +0200
commitd1449a9b990bf054adeb66c2bab871ce396cca18 (patch)
tree59821f7dec938e0f1e0ff330b1de849e5cb9bc47 /udkapi/com/sun/star/io/XActiveDataSource.idl
parentRemove RTL_CONSTASCII_USTRINGPARAM and remove rtl:: namespace for strings (diff)
downloadcore-d1449a9b990bf054adeb66c2bab871ce396cca18.tar.gz
core-d1449a9b990bf054adeb66c2bab871ce396cca18.zip
Bin pointless "DocMerge" comment lines
Change-Id: I8eb2116b39929770f00e30d5ab9ca2c28c988e35
Diffstat (limited to 'udkapi/com/sun/star/io/XActiveDataSource.idl')
-rw-r--r--udkapi/com/sun/star/io/XActiveDataSource.idl6
1 files changed, 0 insertions, 6 deletions
diff --git a/udkapi/com/sun/star/io/XActiveDataSource.idl b/udkapi/com/sun/star/io/XActiveDataSource.idl
index 7dc43a2b03e4..9c4e65548409 100644
--- a/udkapi/com/sun/star/io/XActiveDataSource.idl
+++ b/udkapi/com/sun/star/io/XActiveDataSource.idl
@@ -27,16 +27,12 @@
module com { module sun { module star { module io {
-
-// DocMerge from xml: interface com::sun::star::io::XActiveDataSource
/** has to be implemented if the class should be able to write into an output
stream.
@see XActiveDataControl.
*/
published interface XActiveDataSource: com::sun::star::uno::XInterface
{
-
- // DocMerge from xml: method com::sun::star::io::XActiveDataSource::setOutputStream
/** plugs the output stream.
<p>If <type>XConnectable</type> is also implemented, this
@@ -46,8 +42,6 @@ published interface XActiveDataSource: com::sun::star::uno::XInterface
*/
void setOutputStream( [in] com::sun::star::io::XOutputStream aStream );
-
- // DocMerge from idl: method com::sun::star::io::XActiveDataSource::getOutputStream
/** @returns
the plugged stream.
*/