summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/sync/SyncElement.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sync/SyncElement.idl')
-rw-r--r--offapi/com/sun/star/sync/SyncElement.idl8
1 files changed, 0 insertions, 8 deletions
diff --git a/offapi/com/sun/star/sync/SyncElement.idl b/offapi/com/sun/star/sync/SyncElement.idl
index 5e7b367c6738..4b063f048fa9 100644
--- a/offapi/com/sun/star/sync/SyncElement.idl
+++ b/offapi/com/sun/star/sync/SyncElement.idl
@@ -20,11 +20,9 @@
#ifndef __com_sun_star_sync_SyncElement_idl__
#define __com_sun_star_sync_SyncElement_idl__
-//=============================================================================
module com { module sun { module star { module sync {
-//=============================================================================
/** contains a synchronization element
@@ -36,28 +34,22 @@ published struct SyncElement
*/
string ContentIdentifier;
- //-------------------------------------------------------------------------
unsigned long Type;
- //-------------------------------------------------------------------------
unsigned long UID;
- //-------------------------------------------------------------------------
unsigned long Generation;
- //-------------------------------------------------------------------------
unsigned long Event;
- //-------------------------------------------------------------------------
unsigned long Action;
};
-//=============================================================================
}; }; }; };