summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sdb/DefinitionContainer.idl
diff options
context:
space:
mode:
authorMichael Hönnig <mi@openoffice.org>2001-10-25 14:00:32 +0000
committerMichael Hönnig <mi@openoffice.org>2001-10-25 14:00:32 +0000
commit858c85b5a0bb3a8de78ef696b2a2377baeb9f9aa (patch)
treebdef5f03e84dfce5da034b8956f321c4f13afcc3 /offapi/com/sun/star/sdb/DefinitionContainer.idl
parenta96a1f470d60f775dcdff6fd5d2bfebd1f67f9fe (diff)
proofreading and corrections from Richard Holt
Diffstat (limited to 'offapi/com/sun/star/sdb/DefinitionContainer.idl')
-rw-r--r--offapi/com/sun/star/sdb/DefinitionContainer.idl15
1 files changed, 9 insertions, 6 deletions
diff --git a/offapi/com/sun/star/sdb/DefinitionContainer.idl b/offapi/com/sun/star/sdb/DefinitionContainer.idl
index 5a601407ffed..5f50ba4554eb 100644
--- a/offapi/com/sun/star/sdb/DefinitionContainer.idl
+++ b/offapi/com/sun/star/sdb/DefinitionContainer.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: DefinitionContainer.idl,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: fs $ $Date: 2001-02-07 13:15:17 $
+ * last change: $Author: mi $ $Date: 2001-10-25 15:00:32 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -79,11 +79,11 @@ interface XSingleServiceFactory;
// DocMerge from xml: service com::sun::star::container::com::sun::star::util::com::sun::star::sdb::DefinitionContainer
-/** describes a container which provides the access to database related definitions like
- commands, forms and reports.
+/** describes a container which provides access to database related definitions like
+ commands, forms, and reports.
<p>
- The container supports the access to its elements by the elements name or
+ The container supports access to its elements by the elements name or
by the elements position.
</p>
<p>Simple enumeration must be supported as well.
@@ -112,7 +112,7 @@ service DefinitionContainer
[optional] interface com::sun::star::util::XRefreshable;
/** can be used to create container elements.
- <p>If this interface is supported, object created using it (i.e. object returned by
+ <p>If this interface is supported, the object created using it (e.g., the object returned by
<method scope="com.sun.star.lang">XSingleServiceFactory::createInstance</method>) can be used as
container elements.</p>
*/
@@ -125,6 +125,9 @@ service DefinitionContainer
/*===========================================================================
$Log: not supported by cvs2svn $
+ Revision 1.5 2001/02/07 13:15:17 fs
+ added an optional interface XSingleServiceFactory
+
Revision 1.4 2001/01/23 10:08:26 mi
optional interfaces now marked as [optional] instead of just a prosa description of this fact