summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/configuration
diff options
context:
space:
mode:
authorJörg Barfurth <jb@openoffice.org>2001-02-05 13:39:42 +0000
committerJörg Barfurth <jb@openoffice.org>2001-02-05 13:39:42 +0000
commitf08f00f9e2220d658fe5992628336b6c039abcbb (patch)
treeee2eb319b75f60d70d333fd5d308ec0abd76f9bf /offapi/com/sun/star/configuration
parentaf30a022252dd69e3ee899bea0ef200641afe6f8 (diff)
Remove [optional] on services as this is not yet supported by the compiler :-(
Diffstat (limited to 'offapi/com/sun/star/configuration')
-rw-r--r--offapi/com/sun/star/configuration/ConfigurationAccess.idl14
-rw-r--r--offapi/com/sun/star/configuration/ConfigurationUpdateAccess.idl12
2 files changed, 13 insertions, 13 deletions
diff --git a/offapi/com/sun/star/configuration/ConfigurationAccess.idl b/offapi/com/sun/star/configuration/ConfigurationAccess.idl
index c3ab149c566d..e6e672b86b4b 100644
--- a/offapi/com/sun/star/configuration/ConfigurationAccess.idl
+++ b/offapi/com/sun/star/configuration/ConfigurationAccess.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: ConfigurationAccess.idl,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: jb $ $Date: 2001-02-02 15:50:23 $
+ * last change: $Author: jb $ $Date: 2001-02-05 14:39:42 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -252,13 +252,13 @@ service ConfigurationAccess
if this element is a <em>Set</em>.
<BR/>[Alternatively to <type>GroupAccess</type>]
*/
- [optional] service SetAccess;
+ /*[optional]*/ service SetAccess;
/** specializes <type>HierarchyAccess</type>,
if this element is a <em>Group</em>.
<BR/>[Alternatively to <type>SetAccess</type>]
*/
- [optional] service GroupAccess;
+ /*[optional]*/ service GroupAccess;
/** specializes <type>HierarchyElement</type>,
if this element is the <em>Root</em> of the whole hierarchy.
@@ -269,21 +269,21 @@ service ConfigurationAccess
Instances obtained from a <type>ConfigurationProvider</type> will
implement this version of <type>HierarchyElement</type>.
*/
- [optional] service AccessRootElement;
+ /*[optional]*/ service AccessRootElement;
/** specializes <type>HierarchyElement</type>,
if this element may be contained in a <em>Set</em>.
<BR/>[Alternatively to <type>AccessRootElement</type>
or <type>GroupElement</type>]
*/
- [optional] service SetElement;
+ /*[optional]*/ service SetElement;
/** specializes <type>HierarchyElement</type>,
if this element is child of a <em>Group</em>.
<BR/>[Alternatively to <type>AccessRootElement</type>
or <type>SetElement</type>]
*/
- [optional] service GroupElement;
+ /*[optional]*/ service GroupElement;
};
//=============================================================================
diff --git a/offapi/com/sun/star/configuration/ConfigurationUpdateAccess.idl b/offapi/com/sun/star/configuration/ConfigurationUpdateAccess.idl
index c952693f0736..3fc17eef5fdb 100644
--- a/offapi/com/sun/star/configuration/ConfigurationUpdateAccess.idl
+++ b/offapi/com/sun/star/configuration/ConfigurationUpdateAccess.idl
@@ -2,12 +2,12 @@
*
* $RCSfile: ConfigurationUpdateAccess.idl,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
<<<<<<< ConfigurationUpdateAccess.idl
- * last change: $Author: jb $ $Date: 2001-02-01 14:31:41 $
+ * last change: $Author: jb $ $Date: 2001-02-05 14:39:42 $
=======
- * last change: $Author: jb $ $Date: 2001-02-01 14:31:41 $
+ * last change: $Author: jb $ $Date: 2001-02-05 14:39:42 $
>>>>>>> 1.4
*
* The Contents of this file are made available subject to the terms of
@@ -150,7 +150,7 @@ service ConfigurationUpdateAccess
<BR/>[Alternatively to <type>GroupUpdate</type>]
</p>
*/
- [optional] service SetUpdate;
+ /*[optional]*/ service SetUpdate;
/** specializes <type>GroupAccess</type> to support modifying contained
data.
@@ -159,7 +159,7 @@ service ConfigurationUpdateAccess
<BR/>[Alternatively to <type>SetUpdate</type>]
</p>
*/
- [optional] service GroupUpdate;
+ /*[optional]*/ service GroupUpdate;
/** specializes <type>AccessRootElement</type>, to support transaction-like
control over a batch of changes accumulated within the tree (fragment).
@@ -172,7 +172,7 @@ service ConfigurationUpdateAccess
Instances obtained from a <type>ConfigurationProvider</type> will
implement this version of <type>HierarchyElement</type>.
*/
- [optional] service UpdateRootElement;
+ /*[optional]*/ service UpdateRootElement;
};
//=============================================================================