summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/ucb/InsertCommandArgument.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/ucb/InsertCommandArgument.idl')
-rw-r--r--offapi/com/sun/star/ucb/InsertCommandArgument.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/offapi/com/sun/star/ucb/InsertCommandArgument.idl b/offapi/com/sun/star/ucb/InsertCommandArgument.idl
index 435d5e8be85f..372c802a804f 100644
--- a/offapi/com/sun/star/ucb/InsertCommandArgument.idl
+++ b/offapi/com/sun/star/ucb/InsertCommandArgument.idl
@@ -22,18 +22,15 @@
#include <com/sun/star/uno/XInterface.idl>
#include <com/sun/star/io/XInputStream.idl>
-//=============================================================================
module com { module sun { module star { module ucb {
-//=============================================================================
/** The argument for the command "insert".
@see XCommandProcessor
*/
published struct InsertCommandArgument
{
- //-------------------------------------------------------------------------
/** A stream containing document data.
<p>This member can be left blank, if no (new) document data shall be
@@ -41,7 +38,6 @@ published struct InsertCommandArgument
*/
com::sun::star::io::XInputStream Data;
- //-------------------------------------------------------------------------
/** A flag indicating whether a possibly existing content (and its data)
shall be overwritten.
@@ -52,7 +48,6 @@ published struct InsertCommandArgument
boolean ReplaceExisting;
};
-//=============================================================================
}; }; }; };