summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sdbc/XDataSource.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sdbc/XDataSource.idl')
-rw-r--r--offapi/com/sun/star/sdbc/XDataSource.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/sdbc/XDataSource.idl b/offapi/com/sun/star/sdbc/XDataSource.idl
index 6c7dd4ccfa86..c169b8972031 100644
--- a/offapi/com/sun/star/sdbc/XDataSource.idl
+++ b/offapi/com/sun/star/sdbc/XDataSource.idl
@@ -34,7 +34,6 @@
*/
published interface XDataSource: com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
/** attempts to establish a database connection.
@param user
@@ -48,7 +47,6 @@ published interface XDataSource: com::sun::star::uno::XInterface
*/
XConnection getConnection([in]string user, [in]string password)
raises (SQLException);
- //-------------------------------------------------------------------------
/** sets the maximum time in seconds that this data source will wait
while attempting to connect to a database.
@@ -66,7 +64,6 @@ published interface XDataSource: com::sun::star::uno::XInterface
*/
void setLoginTimeout([in]long seconds)
raises (SQLException);
- //-------------------------------------------------------------------------
/** gets the maximum time in seconds that this data source can wait
while attempting to connect to a database.
@@ -85,7 +82,6 @@ published interface XDataSource: com::sun::star::uno::XInterface
long getLoginTimeout() raises (SQLException);
};
-//=============================================================================
}; }; }; };