summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/sdb/XRowSetSupplier.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sdb/XRowSetSupplier.idl')
-rw-r--r--offapi/com/sun/star/sdb/XRowSetSupplier.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/sdb/XRowSetSupplier.idl b/offapi/com/sun/star/sdb/XRowSetSupplier.idl
index 04487f19badc..dddbd18f42a2 100644
--- a/offapi/com/sun/star/sdb/XRowSetSupplier.idl
+++ b/offapi/com/sun/star/sdb/XRowSetSupplier.idl
@@ -25,7 +25,6 @@
module com { module sun { module star { module sdb {
-//=============================================================================
/** uses a row set as datasource.
@@ -33,7 +32,6 @@
*/
published interface XRowSetSupplier: com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
/** provides access to the data source.
@returns
@@ -41,7 +39,6 @@ published interface XRowSetSupplier: com::sun::star::uno::XInterface
*/
com::sun::star::sdbc::XRowSet getRowSet();
- //-------------------------------------------------------------------------
/** sets the data source.
@param xDataSource
@@ -51,7 +48,6 @@ published interface XRowSetSupplier: com::sun::star::uno::XInterface
};
-//=============================================================================
}; }; }; };