summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sync/SyncMode.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sync/SyncMode.idl')
-rw-r--r--offapi/com/sun/star/sync/SyncMode.idl3
1 files changed, 0 insertions, 3 deletions
diff --git a/offapi/com/sun/star/sync/SyncMode.idl b/offapi/com/sun/star/sync/SyncMode.idl
index 8a864acd3b12..947c29e851cb 100644
--- a/offapi/com/sun/star/sync/SyncMode.idl
+++ b/offapi/com/sun/star/sync/SyncMode.idl
@@ -20,11 +20,9 @@
#ifndef __com_sun_star_sync_SyncMode_idl__
#define __com_sun_star_sync_SyncMode_idl__
-//=============================================================================
module com { module sun { module star { module sync {
-//=============================================================================
/** contains a synchronization element
@@ -39,7 +37,6 @@ published constants SyncMode
const unsigned long SERVER_TO_CLIENT = 0x00000002;
};
-//=============================================================================
}; }; }; };