From f08f00f9e2220d658fe5992628336b6c039abcbb Mon Sep 17 00:00:00 2001 From: Jörg Barfurth Date: Mon, 5 Feb 2001 13:39:42 +0000 Subject: Remove [optional] on services as this is not yet supported by the compiler :-( --- offapi/com/sun/star/configuration/ConfigurationAccess.idl | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'offapi/com/sun/star/configuration/ConfigurationAccess.idl') 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 Set.
[Alternatively to GroupAccess] */ - [optional] service SetAccess; + /*[optional]*/ service SetAccess; /** specializes HierarchyAccess, if this element is a Group.
[Alternatively to SetAccess] */ - [optional] service GroupAccess; + /*[optional]*/ service GroupAccess; /** specializes HierarchyElement, if this element is the Root of the whole hierarchy. @@ -269,21 +269,21 @@ service ConfigurationAccess Instances obtained from a ConfigurationProvider will implement this version of HierarchyElement. */ - [optional] service AccessRootElement; + /*[optional]*/ service AccessRootElement; /** specializes HierarchyElement, if this element may be contained in a Set.
[Alternatively to AccessRootElement or GroupElement] */ - [optional] service SetElement; + /*[optional]*/ service SetElement; /** specializes HierarchyElement, if this element is child of a Group.
[Alternatively to AccessRootElement or SetElement] */ - [optional] service GroupElement; + /*[optional]*/ service GroupElement; }; //============================================================================= -- cgit