summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/sdbc/XSQLData.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sdbc/XSQLData.idl')
-rw-r--r--offapi/com/sun/star/sdbc/XSQLData.idl3
1 files changed, 0 insertions, 3 deletions
diff --git a/offapi/com/sun/star/sdbc/XSQLData.idl b/offapi/com/sun/star/sdbc/XSQLData.idl
index 5ac0e45f6bb4..b187437d3d6d 100644
--- a/offapi/com/sun/star/sdbc/XSQLData.idl
+++ b/offapi/com/sun/star/sdbc/XSQLData.idl
@@ -58,7 +58,6 @@ published interface XSQLData: com::sun::star::uno::XInterface
*/
string getSQLTypeName() raises (SQLException);
- //-------------------------------------------------------------------------
/** populates this object with data read from the database.
@@ -99,7 +98,6 @@ published interface XSQLData: com::sun::star::uno::XInterface
*/
void readSQL([in]XSQLInput stream, [in]string typeName)
raises (SQLException);
- //-------------------------------------------------------------------------
/** writes this object to the given SQL data stream.
@@ -125,7 +123,6 @@ published interface XSQLData: com::sun::star::uno::XInterface
void writeSQL([in]XSQLOutput stream) raises (SQLException);
};
-//=============================================================================
}; }; }; };