summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/configuration/ConfigurationAccess.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/configuration/ConfigurationAccess.idl')
-rw-r--r--offapi/com/sun/star/configuration/ConfigurationAccess.idl24
1 files changed, 12 insertions, 12 deletions
diff --git a/offapi/com/sun/star/configuration/ConfigurationAccess.idl b/offapi/com/sun/star/configuration/ConfigurationAccess.idl
index 41662f03f5e2..ae060b92f25c 100644
--- a/offapi/com/sun/star/configuration/ConfigurationAccess.idl
+++ b/offapi/com/sun/star/configuration/ConfigurationAccess.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -57,7 +57,7 @@
//=============================================================================
-module com { module sun { module star { module configuration {
+module com { module sun { module star { module configuration {
//=============================================================================
/** provides read access to a fragment of the configuration hierarchy.
@@ -104,7 +104,7 @@ module com { module sun { module star { module configuration {
can thus be classified in the following ways:
</p>
<ul>
- <li><em>Container</em> role:
+ <li><em>Container</em> role:
An object that can hold child elements as a <em>set</em> or a <em>group</em>.
</li>
<li><em>Element</em> role:
@@ -113,7 +113,7 @@ module com { module sun { module star { module configuration {
</li>
</ul>
- <p>Several types of simple <em>values</em> can be used in the configuration.
+ <p>Several types of simple <em>values</em> can be used in the configuration.
In addition to the basic (scalar) types, sequences of the basic types are
supported. The basic types are:
</p>
@@ -159,11 +159,11 @@ module com { module sun { module star { module configuration {
</p>
<p>If the schema marks a value as <em>nullable</em> (which is indicated by
- attribute <const scope="com::sun::star::beans">PropertyAttribute::MAYBEVOID</const> ),
+ attribute <const scope="com::sun::star::beans">PropertyAttribute::MAYBEVOID</const> ),
its contents may be <NULL/>.
</p>
- <p>The configuration should support explicit access to default values
+ <p>The configuration should support explicit access to default values
(implementing <type scope="com::sun::star::beans">XPropertyState</type>
and <type scope="com::sun::star::beans">XPropertyWithState</type>).
</p>
@@ -201,13 +201,13 @@ published service ConfigurationAccess
<p>Implementations shall implement exactly one of:</p>
<ul>
- <li><type>AccessRootElement</type> if this element is the
+ <li><type>AccessRootElement</type> if this element is the
<em>Root</em> of the whole hierarchy. Objects that can be
created directly by a <type>ConfigurationProvider</type>
implement this service.</li>
- <li><type>SetElement</type> if this element may be contained in a
+ <li><type>SetElement</type> if this element may be contained in a
<em>Set</em>.</li>
- <li><type>GroupElement</type> if this element is a child of a
+ <li><type>GroupElement</type> if this element is a child of a
<em>Group</em>.</li>
</ul>
@@ -242,7 +242,7 @@ published service ConfigurationAccess
/** specializes <type>HierarchyElement</type>,
if this element may be contained in a <em>Set</em>.
- <p>This is an alternative to <type>AccessRootElement</type>
+ <p>This is an alternative to <type>AccessRootElement</type>
or <type>GroupElement</type>.
</p>
*/
@@ -250,7 +250,7 @@ published service ConfigurationAccess
/** specializes <type>HierarchyElement</type>,
if this element is a child of a <em>Group</em>.
- <p>This is an alternative to <type>AccessRootElement</type>
+ <p>This is an alternative to <type>AccessRootElement</type>
or <type>SetElement</type>.
</p>
*/
@@ -259,7 +259,7 @@ published service ConfigurationAccess
//=============================================================================
-}; }; }; };
+}; }; }; };
#endif