summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sdbc/XWarningsSupplier.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sdbc/XWarningsSupplier.idl')
-rw-r--r--offapi/com/sun/star/sdbc/XWarningsSupplier.idl3
1 files changed, 0 insertions, 3 deletions
diff --git a/offapi/com/sun/star/sdbc/XWarningsSupplier.idl b/offapi/com/sun/star/sdbc/XWarningsSupplier.idl
index 87a1750ee9b1..459dc17fad9e 100644
--- a/offapi/com/sun/star/sdbc/XWarningsSupplier.idl
+++ b/offapi/com/sun/star/sdbc/XWarningsSupplier.idl
@@ -32,7 +32,6 @@
*/
published interface XWarningsSupplier: com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
/** returns the first warning reported by calls on an object that supports
the usage of warnings.
@@ -49,7 +48,6 @@ published interface XWarningsSupplier: com::sun::star::uno::XInterface
*/
any getWarnings() raises (SQLException);
- //-------------------------------------------------------------------------
/** clears all warnings reported for the object implementing the interface.
After a call to this method, the method
@@ -63,7 +61,6 @@ published interface XWarningsSupplier: com::sun::star::uno::XInterface
void clearWarnings() raises (SQLException);
};
-//=============================================================================
}; }; }; };