summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Hönnig <mi@openoffice.org>2001-11-15 15:45:33 +0000
committerMichael Hönnig <mi@openoffice.org>2001-11-15 15:45:33 +0000
commit7de61bdd9ce2459aee7d4043cc600e56c45ad778 (patch)
tree3505b2247af26ab5b90247ec7df8cf93dcc2134d
parentbf5e1a0d99a280d7a878fb9744ddca7853a9663f (diff)
proofreading and corrections from Richard Holt
-rw-r--r--offapi/com/sun/star/sync/SyncAction.idl9
-rw-r--r--offapi/com/sun/star/sync/SyncElement.idl9
-rw-r--r--offapi/com/sun/star/sync/SyncEvent.idl9
-rw-r--r--offapi/com/sun/star/sync/SyncMode.idl9
-rw-r--r--offapi/com/sun/star/sync/SyncOptions.idl9
5 files changed, 30 insertions, 15 deletions
diff --git a/offapi/com/sun/star/sync/SyncAction.idl b/offapi/com/sun/star/sync/SyncAction.idl
index ec66e8c5a886..3e0aa0e4e1ca 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.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:44:16 $
+ * last change: $Author: mi $ $Date: 2001-11-15 16:45:33 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -69,7 +69,7 @@
//=============================================================================
// DocMerge from idl: constants com::sun::star::sync::SyncAction
-/** contains a synchonization element
+/** contains a synchronization element
*/
constants SyncAction
{
@@ -102,6 +102,9 @@ 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
diff --git a/offapi/com/sun/star/sync/SyncElement.idl b/offapi/com/sun/star/sync/SyncElement.idl
index 16a91223ff56..2b87673fb5ea 100644
--- a/offapi/com/sun/star/sync/SyncElement.idl
+++ b/offapi/com/sun/star/sync/SyncElement.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: SyncElement.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:44:16 $
+ * last change: $Author: mi $ $Date: 2001-11-15 16:45:33 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -69,7 +69,7 @@
//=============================================================================
// DocMerge from xml: struct com::sun::star::sync::SyncElement
-/** contains a synchonization element
+/** contains a synchronization element
*/
struct SyncElement
{
@@ -111,6 +111,9 @@ struct SyncElement
/*=============================================================================
$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
diff --git a/offapi/com/sun/star/sync/SyncEvent.idl b/offapi/com/sun/star/sync/SyncEvent.idl
index 55a1c8eaf78d..555a7688b321 100644
--- a/offapi/com/sun/star/sync/SyncEvent.idl
+++ b/offapi/com/sun/star/sync/SyncEvent.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: SyncEvent.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:44:17 $
+ * last change: $Author: mi $ $Date: 2001-11-15 16:45:33 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -69,7 +69,7 @@
//=============================================================================
// DocMerge from idl: constants com::sun::star::sync::SyncEvent
-/** contains a synchonization element
+/** contains a synchronization element
*/
constants SyncEvent
{
@@ -93,6 +93,9 @@ constants SyncEvent
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.3 2000/11/08 12:44:17 mi
+ moved from api
+
Revision 1.1.1.1 2000/09/18 23:35:54 hjs
initial import
diff --git a/offapi/com/sun/star/sync/SyncMode.idl b/offapi/com/sun/star/sync/SyncMode.idl
index cc0951ff09fd..fb38a24a2cbf 100644
--- a/offapi/com/sun/star/sync/SyncMode.idl
+++ b/offapi/com/sun/star/sync/SyncMode.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: SyncMode.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:44:17 $
+ * last change: $Author: mi $ $Date: 2001-11-15 16:45:33 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -69,7 +69,7 @@
//=============================================================================
// DocMerge from idl: constants com::sun::star::sync::SyncMode
-/** contains a synchonization element
+/** contains a synchronization element
*/
constants SyncMode
{
@@ -90,6 +90,9 @@ constants SyncMode
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.3 2000/11/08 12:44:17 mi
+ moved from api
+
Revision 1.1.1.1 2000/09/18 23:35:55 hjs
initial import
diff --git a/offapi/com/sun/star/sync/SyncOptions.idl b/offapi/com/sun/star/sync/SyncOptions.idl
index a2f4164424fd..41f1ded433d3 100644
--- a/offapi/com/sun/star/sync/SyncOptions.idl
+++ b/offapi/com/sun/star/sync/SyncOptions.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: SyncOptions.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:44:17 $
+ * last change: $Author: mi $ $Date: 2001-11-15 16:45:33 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -69,7 +69,7 @@
//=============================================================================
// DocMerge from idl: constants com::sun::star::sync::SyncOptions
-/** contains a synchonization element
+/** contains a synchronization element
*/
constants SyncOptions
{
@@ -99,6 +99,9 @@ constants SyncOptions
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.3 2000/11/08 12:44:17 mi
+ moved from api
+
Revision 1.1.1.1 2000/09/18 23:35:55 hjs
initial import