summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/ucb/TransferCommandOperation.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/ucb/TransferCommandOperation.idl')
-rw-r--r--offapi/com/sun/star/ucb/TransferCommandOperation.idl6
1 files changed, 0 insertions, 6 deletions
diff --git a/offapi/com/sun/star/ucb/TransferCommandOperation.idl b/offapi/com/sun/star/ucb/TransferCommandOperation.idl
index 2698dc7510ec..e872459319df 100644
--- a/offapi/com/sun/star/ucb/TransferCommandOperation.idl
+++ b/offapi/com/sun/star/ucb/TransferCommandOperation.idl
@@ -20,31 +20,25 @@
#define __com_sun_star_ucb_TransferCommandOperation_idl__
-//=============================================================================
module com { module sun { module star { module ucb {
-//=============================================================================
/** These are the possible values for
<member>GlobalTransferCommandArgument::Operation</member>.
*/
published enum TransferCommandOperation
{
- //-------------------------------------------------------------------------
/** Copy the source to the target folder. */
COPY,
- //-------------------------------------------------------------------------
/** Move the source to the target folder. */
MOVE,
- //-------------------------------------------------------------------------
/** Create a link in the target folder. The link's target is the source
object. */
LINK
};
-//=============================================================================
}; }; }; };