diff options
-rw-r--r-- | offapi/com/sun/star/sdbc/SQLException.idl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/offapi/com/sun/star/sdbc/SQLException.idl b/offapi/com/sun/star/sdbc/SQLException.idl index 37ea928950da..cf320bbe4749 100644 --- a/offapi/com/sun/star/sdbc/SQLException.idl +++ b/offapi/com/sun/star/sdbc/SQLException.idl @@ -56,8 +56,6 @@ published exception SQLException: com::sun::star::uno::Exception /** returns an integer error code that is specific to each vendor. Normally this will be the actual error code returned by the underlying database. - A chain to the next Exception. This can be used to provide additional - error information. */ long ErrorCode; |