summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sdb/XRowSetSupplier.idl
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-01-15 12:59:05 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-01-15 12:59:05 +0000
commit2e7fb33e9db92b88bcfa32db6b0f465f7aee8511 (patch)
treee59f2a33e25110651a4d9ca8df7549e4fcaeca7f /offapi/com/sun/star/sdb/XRowSetSupplier.idl
parent58e46df2cbfeef766b6131fdc394fbadb421ee8e (diff)
INTEGRATION: CWS dba22b (1.8.232); FILE MERGED
2006/12/12 09:28:03 fs 1.8.232.1: removed useless 'DocMerge from ...' comments which disturb grepping for identifiers
Diffstat (limited to 'offapi/com/sun/star/sdb/XRowSetSupplier.idl')
-rw-r--r--offapi/com/sun/star/sdb/XRowSetSupplier.idl7
1 files changed, 2 insertions, 5 deletions
diff --git a/offapi/com/sun/star/sdb/XRowSetSupplier.idl b/offapi/com/sun/star/sdb/XRowSetSupplier.idl
index a451fcfd69ff..662d5ad7abd0 100644
--- a/offapi/com/sun/star/sdb/XRowSetSupplier.idl
+++ b/offapi/com/sun/star/sdb/XRowSetSupplier.idl
@@ -4,9 +4,9 @@
*
* $RCSfile: XRowSetSupplier.idl,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 03:30:59 $
+ * last change: $Author: vg $ $Date: 2007-01-15 13:58:18 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -47,14 +47,12 @@
//=============================================================================
-// DocMerge from xml: interface com::sun::star::sdb::XRowSetSupplier
/** uses a row set as datasource.
*/
published interface XRowSetSupplier: com::sun::star::uno::XInterface
{
//-------------------------------------------------------------------------
- // DocMerge from xml: method com::sun::star::sdb::XRowSetSupplier::getRowSet
/** provides access to the data source.
@returns
the RowSet object
@@ -63,7 +61,6 @@ published interface XRowSetSupplier: com::sun::star::uno::XInterface
//-------------------------------------------------------------------------
- // DocMerge from xml: method com::sun::star::sdb::XRowSetSupplier::setRowSet
/** sets the data source.
@param xDataSource
the RowSet object to set