diff options
author | Damjan Jovanovic <damjan@apache.org> | 2017-08-16 16:26:08 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-08-25 19:31:02 +0200 |
commit | afa71c58f13726a76f7b0d46b6e834403ac8f97b (patch) | |
tree | 90488b072e50e86da46da0ebe8b7ec6a602d67ad /offapi | |
parent | 3f84390f585cf71331a77ab5ca632cacaf3ad7b9 (diff) |
Remove some incorrect API documentation for the
com.sun.star.sdbc.SQLException ErrorCode field.
Patch by: me
(cherry picked from commit ecd7e16c6d6277530879ed11e752d000248c56c7)
Change-Id: I45fb25f1447fd6d37a38e80879de663ab3dbba99
Reviewed-on: https://gerrit.libreoffice.org/41568
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'offapi')
-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 f34f7964eb37..bd2658334467 100644 --- a/offapi/com/sun/star/sdbc/SQLException.idl +++ b/offapi/com/sun/star/sdbc/SQLException.idl @@ -50,8 +50,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; |