summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sync/SyncAction.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sync/SyncAction.idl')
-rw-r--r--offapi/com/sun/star/sync/SyncAction.idl36
1 files changed, 5 insertions, 31 deletions
diff --git a/offapi/com/sun/star/sync/SyncAction.idl b/offapi/com/sun/star/sync/SyncAction.idl
index 910bf602f..09caf2b1f 100644
--- a/offapi/com/sun/star/sync/SyncAction.idl
+++ b/offapi/com/sun/star/sync/SyncAction.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: SyncAction.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: mi $ $Date: 2001-11-15 16:45:33 $
+ * last change: $Author: mi $ $Date: 2002-10-03 13:09:22 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -64,34 +64,28 @@
//=============================================================================
- module com { module sun { module star { module sync {
+module com { module sun { module star { module sync {
//=============================================================================
-// DocMerge from idl: constants com::sun::star::sync::SyncAction
/** contains a synchronization element
+
+ @deprecated
*/
constants SyncAction
{
- // DocMerge: empty anyway
const unsigned long NONE = 0x00000000;
- // DocMerge: empty anyway
const unsigned long COPY_TO_SERVER = 0x00000001;
- // DocMerge: empty anyway
const unsigned long COPY_TO_CLIENT = 0x00000002;
- // DocMerge: empty anyway
const unsigned long REMOVE_FROM_CLIENT = 0x00000100;
- // DocMerge: empty anyway
const unsigned long REMOVE_FROM_SERVER = 0x00000200;
- // DocMerge: empty anyway
const unsigned long CONFLICT_UID = 0x01000000;
- // DocMerge: empty anyway
const unsigned long CONFLICT_AMBIGUITY = 0x02000000;
};
@@ -99,24 +93,4 @@ constants SyncAction
}; }; }; };
-/*=============================================================================
-
- $Log: not supported by cvs2svn $
- Revision 1.3 2000/11/08 12:44:16 mi
- moved from api
-
- Revision 1.1.1.1 2000/09/18 23:35:54 hjs
- initial import
-
- Revision 1.4 2000/09/11 11:52:56 mi
- documentation merged from XML
-
- Revision 1.2 2000/01/24 16:10:48 ka
- #71663#: Sync extended
-
- Revision 1.1 2000/01/10 08:47:42 ka
- #71663#: initial revision
-
-
-=============================================================================*/
#endif