summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/ucb/PostCommandArgument.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/ucb/PostCommandArgument.idl')
-rw-r--r--offapi/com/sun/star/ucb/PostCommandArgument.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/offapi/com/sun/star/ucb/PostCommandArgument.idl b/offapi/com/sun/star/ucb/PostCommandArgument.idl
index c6e5c54b1354..3bdc48985ae6 100644
--- a/offapi/com/sun/star/ucb/PostCommandArgument.idl
+++ b/offapi/com/sun/star/ucb/PostCommandArgument.idl
@@ -22,23 +22,19 @@
#include <com/sun/star/io/XInputStream.idl>
-//=============================================================================
module com { module sun { module star { module ucb {
-//=============================================================================
/** The argument for the command "post".
@see XCommandProcessor
*/
published struct PostCommandArgument
{
- //-------------------------------------------------------------------------
/** The data source containing the data to post.
*/
com::sun::star::io::XInputStream Source;
- //-------------------------------------------------------------------------
/** The data sink receiving the returned contents (supporting either
<type scope="com::sun::star::io">XActiveDataSink</type> or
<type scope="com::sun::star::io">XOutputStream</type>).
@@ -46,7 +42,6 @@ published struct PostCommandArgument
com::sun::star::uno::XInterface Sink;
};
-//=============================================================================
}; }; }; };