summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sync/SyncInfo.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sync/SyncInfo.idl')
-rw-r--r--offapi/com/sun/star/sync/SyncInfo.idl30
1 files changed, 4 insertions, 26 deletions
diff --git a/offapi/com/sun/star/sync/SyncInfo.idl b/offapi/com/sun/star/sync/SyncInfo.idl
index 90df75393..f4ca1674f 100644
--- a/offapi/com/sun/star/sync/SyncInfo.idl
+++ b/offapi/com/sun/star/sync/SyncInfo.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: SyncInfo.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:44:17 $
+ * last change: $Author: mi $ $Date: 2002-10-03 13:09:23 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -68,28 +68,23 @@
//=============================================================================
- module com { module sun { module star { module sync {
+module com { module sun { module star { module sync {
typedef sequence< string > FilterData;
//=============================================================================
-// DocMerge: empty anyway
+/// @deprecated
struct SyncInfo
{
- // DocMerge: empty anyway
SyncScheme ServerScheme;
- // DocMerge: empty anyway
SyncScheme ClientScheme;
- // DocMerge: empty anyway
FilterData SyncFilter;
- // DocMerge: empty anyway
unsigned long SyncMode;
- // DocMerge: empty anyway
unsigned long SyncOptions;
};
@@ -97,21 +92,4 @@ struct SyncInfo
}; }; }; };
-/*=============================================================================
-
- $Log: not supported by cvs2svn $
- Revision 1.1.1.1 2000/09/18 23:35:55 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