You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by da...@apache.org on 2017/08/16 16:26:08 UTC

svn commit: r1805217 - /openoffice/trunk/main/offapi/com/sun/star/sdbc/SQLException.idl

Author: damjan
Date: Wed Aug 16 16:26:08 2017
New Revision: 1805217

URL: http://svn.apache.org/viewvc?rev=1805217&view=rev
Log:
Remove some incorrect API documentation for the
com.sun.star.sdbc.SQLException ErrorCode field.

Patch by: me


Modified:
    openoffice/trunk/main/offapi/com/sun/star/sdbc/SQLException.idl

Modified: openoffice/trunk/main/offapi/com/sun/star/sdbc/SQLException.idl
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/offapi/com/sun/star/sdbc/SQLException.idl?rev=1805217&r1=1805216&r2=1805217&view=diff
==============================================================================
--- openoffice/trunk/main/offapi/com/sun/star/sdbc/SQLException.idl (original)
+++ openoffice/trunk/main/offapi/com/sun/star/sdbc/SQLException.idl Wed Aug 16 16:26:08 2017
@@ -56,8 +56,6 @@ published exception SQLException: com::s
 	
 	/** 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;