summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sdb/DataSource.idl
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-06-25 11:12:15 +0000
committerKurt Zenker <kz@openoffice.org>2008-06-25 11:12:15 +0000
commitca973c60a3a998f8f6f3f44d398ceb86c0832eaa (patch)
tree222e81041e304c94da9198d1f7853fc87ea09920 /offapi/com/sun/star/sdb/DataSource.idl
parent926c2750d3de1476ceaaeee71ed35a93d2295541 (diff)
INTEGRATION: CWS dba30d (1.18.58); FILE MERGED
2008/05/22 13:03:22 fs 1.18.58.1: clarified the meaning of the Name property
Diffstat (limited to 'offapi/com/sun/star/sdb/DataSource.idl')
-rw-r--r--offapi/com/sun/star/sdb/DataSource.idl9
1 files changed, 8 insertions, 1 deletions
diff --git a/offapi/com/sun/star/sdb/DataSource.idl b/offapi/com/sun/star/sdb/DataSource.idl
index 6c730505ceb3..9effba0d2a2f 100644
--- a/offapi/com/sun/star/sdb/DataSource.idl
+++ b/offapi/com/sun/star/sdb/DataSource.idl
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: DataSource.idl,v $
- * $Revision: 1.18 $
+ * $Revision: 1.19 $
*
* This file is part of OpenOffice.org.
*
@@ -119,6 +119,13 @@ published service DataSource
[optional] interface XBookmarksSupplier;
/** is the name of the data source.
+
+ <p>If the data source is registered at the database context, then the <code>Name</code> property
+ denotes the registration name. Otherwise, the name property contains the URL of the file which the
+ database document associated with the data source is based on.</p>
+
+ <p>If the same data source is registered under different names, the value of the <code>Name</code>
+ property is not defined.</p>
*/
[readonly, property] string Name;