summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sdbcx/KeyColumn.idl
diff options
context:
space:
mode:
authorMichael Hönnig <mi@openoffice.org>2002-10-03 12:11:20 +0000
committerMichael Hönnig <mi@openoffice.org>2002-10-03 12:11:20 +0000
commit3ed849358bbc4beacb456e3f903b52709d58b1bb (patch)
tree278e87a4cdec4d27e4b93a501c422b9d23b0b5c9 /offapi/com/sun/star/sdbcx/KeyColumn.idl
parent3ca7e230e0f4a6244bd4f094c31660e84f86caa7 (diff)
#94968# IDL reviews merged
Diffstat (limited to 'offapi/com/sun/star/sdbcx/KeyColumn.idl')
-rw-r--r--offapi/com/sun/star/sdbcx/KeyColumn.idl7
1 files changed, 4 insertions, 3 deletions
diff --git a/offapi/com/sun/star/sdbcx/KeyColumn.idl b/offapi/com/sun/star/sdbcx/KeyColumn.idl
index 4c01bbc99..ab4368199 100644
--- a/offapi/com/sun/star/sdbcx/KeyColumn.idl
+++ b/offapi/com/sun/star/sdbcx/KeyColumn.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: KeyColumn.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: mi $ $Date: 2001-10-25 15:35:32 $
+ * last change: $Author: mi $ $Date: 2002-10-03 13:07:17 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -76,7 +76,8 @@ service KeyColumn
{
service Column;
- /** is the name of a reference column out of the referenced table. */
+ /** is the name of a reference column out of the referenced table.
+ */
[readonly, property] string RelatedColumn;
};