summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/ucb/TransferInfo.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/ucb/TransferInfo.idl')
-rw-r--r--offapi/com/sun/star/ucb/TransferInfo.idl7
1 files changed, 0 insertions, 7 deletions
diff --git a/offapi/com/sun/star/ucb/TransferInfo.idl b/offapi/com/sun/star/ucb/TransferInfo.idl
index b11463127ce0..ff7ab7e29b28 100644
--- a/offapi/com/sun/star/ucb/TransferInfo.idl
+++ b/offapi/com/sun/star/ucb/TransferInfo.idl
@@ -20,11 +20,9 @@
#define __com_sun_star_ucb_TransferInfo_idl__
-//=============================================================================
module com { module sun { module star { module ucb {
-//=============================================================================
/** contains information needed to transfer objects from one location to another.
<p>The transfer command is always called on the target folder. For a
@@ -33,19 +31,16 @@ module com { module sun { module star { module ucb {
*/
published struct TransferInfo
{
- //-------------------------------------------------------------------------
/** contains the flags describing whether the data shall be moved
instead of copied.
*/
boolean MoveData;
- //-------------------------------------------------------------------------
/** contains the URL of the source of the action (e.g. the URL of a
file to move).
*/
string SourceURL;
- //-------------------------------------------------------------------------
/** contains the title of the transferred object, if it is different
from the original one.
@@ -54,7 +49,6 @@ published struct TransferInfo
*/
string NewTitle;
- //-------------------------------------------------------------------------
/** describes how to act in case of title clashes while transferring
the data.
@@ -72,7 +66,6 @@ published struct TransferInfo
};
-//=============================================================================
}; }; }; };