summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/configuration/ConfigurationAccess.idl
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/ConfigurationAccess.idl
parentaf30a022252dd69e3ee899bea0ef200641afe6f8 (diff)
Remove [optional] on services as this is not yet supported by the compiler :-(
Diffstat (limited to 'offapi/com/sun/star/configuration/ConfigurationAccess.idl')
-rw-r--r--offapi/com/sun/star/configuration/ConfigurationAccess.idl14
1 files changed, 7 insertions, 7 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;
};
//=============================================================================