summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/configuration/ConfigurationUpdateAccess.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/configuration/ConfigurationUpdateAccess.idl')
-rw-r--r--offapi/com/sun/star/configuration/ConfigurationUpdateAccess.idl36
1 files changed, 6 insertions, 30 deletions
diff --git a/offapi/com/sun/star/configuration/ConfigurationUpdateAccess.idl b/offapi/com/sun/star/configuration/ConfigurationUpdateAccess.idl
index d558367ffc05..cda017a9626d 100644
--- a/offapi/com/sun/star/configuration/ConfigurationUpdateAccess.idl
+++ b/offapi/com/sun/star/configuration/ConfigurationUpdateAccess.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: ConfigurationUpdateAccess.idl,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: jb $ $Date: 2001-04-06 16:24:30 $
+ * last change: $Author: mi $ $Date: 2002-10-03 13:02:39 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -89,18 +89,11 @@ module com { module sun { module star { module configuration {
</p>
<p>Descendants of this service also implement this service
- unless they are marked <em>read-only</em> in the
- schema (which is indicated by attribute
+ unless they are marked <em>read-only</em> (which is indicated by attribute
<const scope="com::sun::star::beans">PropertyAttribute::READONLY</const>),
in which case they only need implement <type>ConfigurationAccess</type>.
</p>
- <!-- Dennis: data in <const> not displaying. -->
- <!-- Developer: The current version is OK in the generated output. Preview problem ? -->
- <!-- Dennis: "(and so on recursively)" needs to be rewritten. -->
- <!-- Dennis: only the @see is being displayed beyond this point. -->
- <!-- Developer: The current version is OK in the generated output. Preview problem ? -->
-
<p>The classification of implementations that is described for
<type>ConfigurationAccess</type> applies to implementations of this service
as well. Therefore an implementation will support one of several alternate
@@ -143,7 +136,7 @@ service ConfigurationUpdateAccess
are no new requirements mandated by the <em>Element</em> role.
</p>
-*/
+ */
service ConfigurationAccess;
/** specializes <type>SetAccess</type> to support modifying the element.
@@ -151,14 +144,6 @@ service ConfigurationUpdateAccess
<p>Implemented, if this element is a <em>Set</em>.
Otherwise service <type>GroupUpdate</type> is provided.
</p>
-
- <!-- Dennis: Should the last sentence read: "This is an alternative to <type>GroupUpdate</type>" -->
- <!-- Developer: There are several similar services (here: SetUpdate and GroupUpdate). Exactly one
- of these alternatives is available.
- How can I express that more concisely ? I tried to rephrase it.
- I think your version is slightly misleading.
- We should use the same phrase here as in ConfigurationAccess. You already introduced
- "This is an alternative .." there -->
*/
/*[optional]*/ service SetUpdate;
@@ -168,25 +153,16 @@ service ConfigurationUpdateAccess
<p>Implemented, if this element is a <em>Group</em>.
Otherwise service <type>SetUpdate</type> is provided.
</p>
-
- <!-- Dennis: Same comment as above -->
- <!-- Developer: Same answer as above -->*/
+ */
/*[optional]*/ service GroupUpdate;
/** specializes <type>AccessRootElement</type> to support transaction-like
- control over a batch of changes accumulated within the tree (fragment).
-
- <!-- Dennis: Why is "fragment" in ()? -->
- <!-- Developer: I sometimes use 'tree' (or 'hierarchy') where 'tree fragment' ('hierarchy fragment')
- would be more concise. The parenthesized 'fragment' is to remind of this. -->
+ control over a batch of changes accumulated within the tree fragment.
<p>Implemented, if this element is the <em>Root</em> of the whole hierarchy.
Otherwise either <type>SetElement</type> or <type>GroupElement</type> is provided.
</p>
- <!-- Dennis: BR is displaying -->
- <!-- Developer: In the preview or in the generated HTML ? -->
-
@see ConfigurationProvider
Instances obtained from a <type>ConfigurationProvider</type> will
implement this version of <type>HierarchyElement</type>.