summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2001-10-19 10:14:28 +0000
committerOcke Janssen <oj@openoffice.org>2001-10-19 10:14:28 +0000
commit9aabd0eb2d83cd8fd3b4626c843dca5f4840bd52 (patch)
treed2463b6a3056e0f233f39bc27754703a17e9e37c
parent5a94203d93dfa95b1e855379e8956760c11134e2 (diff)
#93363# do not ask for nextException
-rw-r--r--connectivity/source/drivers/jdbc/Object.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/connectivity/source/drivers/jdbc/Object.cxx b/connectivity/source/drivers/jdbc/Object.cxx
index c13bf4303e..39763c1e75 100644
--- a/connectivity/source/drivers/jdbc/Object.cxx
+++ b/connectivity/source/drivers/jdbc/Object.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: Object.cxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: oj $ $Date: 2001-08-14 07:21:03 $
+ * last change: $Author: oj $ $Date: 2001-10-19 11:14:28 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -400,7 +400,7 @@ void java_lang_Object::ThrowSQLException(JNIEnv * pEnv,const Reference< XInterfa
_rContext,
pException->getSQLState(),
pException->getErrorCode(),
- makeAny(pException->getNextException())
+ Any()
);
delete pException;
throw e;