summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/ucb/PostCommandArgument2.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/ucb/PostCommandArgument2.idl')
-rw-r--r--offapi/com/sun/star/ucb/PostCommandArgument2.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/offapi/com/sun/star/ucb/PostCommandArgument2.idl b/offapi/com/sun/star/ucb/PostCommandArgument2.idl
index d0882f5cc8f1..63ee42b7da85 100644
--- a/offapi/com/sun/star/ucb/PostCommandArgument2.idl
+++ b/offapi/com/sun/star/ucb/PostCommandArgument2.idl
@@ -22,11 +22,9 @@
#include <com/sun/star/ucb/PostCommandArgument.idl>
-//=============================================================================
module com { module sun { module star { module ucb {
-//=============================================================================
/** The argument for the command "post".
@see XCommandProcessor
@@ -34,18 +32,15 @@ module com { module sun { module star { module ucb {
*/
published struct PostCommandArgument2 : PostCommandArgument
{
- //-------------------------------------------------------------------------
/** The media type (mime type) for the data to post.
*/
string MediaType;
- //-------------------------------------------------------------------------
/** The URL of the referrer.
*/
string Referer;
};
-//=============================================================================
}; }; }; };