summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sdb/DataColumn.idl
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-01-15 12:50:17 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-01-15 12:50:17 +0000
commit184feac48434ffc2e0c2a5a9c4def7f7021d713b (patch)
treee85f232c2f77c9efee370c97e90bd6522bc0b688 /offapi/com/sun/star/sdb/DataColumn.idl
parentab1e6e1bdcd4142e4b621331ac26abae9a5fe2e4 (diff)
INTEGRATION: CWS dba22b (1.8.232); FILE MERGED
2006/12/12 09:36:52 fs 1.8.232.2: removed useless 'DocMerge from ...' comments which disturb grepping for identifiers 2006/12/12 09:27:57 fs 1.8.232.1: removed useless 'DocMerge from ...' comments which disturb grepping for identifiers
Diffstat (limited to 'offapi/com/sun/star/sdb/DataColumn.idl')
-rw-r--r--offapi/com/sun/star/sdb/DataColumn.idl10
1 files changed, 2 insertions, 8 deletions
diff --git a/offapi/com/sun/star/sdb/DataColumn.idl b/offapi/com/sun/star/sdb/DataColumn.idl
index 8e34702b1a2b..aab29faf52ab 100644
--- a/offapi/com/sun/star/sdb/DataColumn.idl
+++ b/offapi/com/sun/star/sdb/DataColumn.idl
@@ -4,9 +4,9 @@
*
* $RCSfile: DataColumn.idl,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 03:14:22 $
+ * last change: $Author: vg $ $Date: 2007-01-15 13:50:17 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -45,29 +45,24 @@
published interface XColumnUpdate;
-// DocMerge from xml: service com::sun::star::sdb::DataColumn
/** defines a column used for a result set which contains the data definition
and the data of the column of the current row of a result set.
*/
published service DataColumn
{
- // DocMerge: empty anyway
service com::sun::star::sdb::ResultColumn;
- // DocMerge from xml: service com::sun::star::sdb::DataColumn: interface com::sun::star::sdb::XColumn
/** is used to retrieve the columns value.
*/
interface XColumn;
- // DocMerge from xml: service com::sun::star::sdb::DataColumn: interface com::sun::star::sdb::XColumnUpdate
/** is used to update the columns value.
*/
interface XColumnUpdate;
- // DocMerge from xml: property com::sun::star::sdb::DataColumn::Value
/** contains the column's value. This could be a constraint property, to
veto modifications, if a new value does not fit into rules
defined for the column.
@@ -75,7 +70,6 @@ published service DataColumn
[optional, property] any Value;
- // DocMerge from xml: property com::sun::star::sdb::DataColumn::OriginalValue
/** contains the original value of the column.
*/
[optional, readonly, property] any OriginalValue;