summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamjan Jovanovic <damjan@apache.org>2017-08-16 16:26:08 +0000
committerDamjan Jovanovic <damjan@apache.org>2017-08-16 16:26:08 +0000
commitecd7e16c6d6277530879ed11e752d000248c56c7 (patch)
tree2894c54c880682b08736170a67c09c431fbe5c25
parent4f33f6d577c3497147b7e790c8f623137252e311 (diff)
Remove some incorrect API documentation for the
com.sun.star.sdbc.SQLException ErrorCode field. Patch by: me
Notes
Notes: merged as: afa71c58f13726a76f7b0d46b6e834403ac8f97b
-rw-r--r--offapi/com/sun/star/sdbc/SQLException.idl2
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;