diff options
author | Rüdiger Timm <rt@openoffice.org> | 2003-04-24 12:20:40 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2003-04-24 12:20:40 +0000 |
commit | 59f90491fbcf12ccaa59fa52c6e3df0c200e3079 (patch) | |
tree | 609aa2d312e85b513fbed54f3ffe543a5444b3e4 | |
parent | f40680e9ceb79b73825f66e603e7d727ee31beb1 (diff) |
INTEGRATION: CWS mav4 (1.2.88); FILE MERGED
2003/04/15 12:22:10 oj 1.2.88.1: #108943# merge from apps61beta2 and statement fix, concurrency
-rw-r--r-- | connectivity/source/drivers/jdbc/Exception.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/connectivity/source/drivers/jdbc/Exception.cxx b/connectivity/source/drivers/jdbc/Exception.cxx index 435aecc6c5e2..ee341777e254 100644 --- a/connectivity/source/drivers/jdbc/Exception.cxx +++ b/connectivity/source/drivers/jdbc/Exception.cxx @@ -2,9 +2,9 @@ * * $RCSfile: Exception.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: jl $ $Date: 2001-03-20 17:03:17 $ + * last change: $Author: rt $ $Date: 2003-04-24 13:20:40 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -85,7 +85,7 @@ jclass java_lang_Exception::getMyClass() void java_lang_Exception::saveClassRef( jclass pClass ) { - if( SDBThreadAttach::IsJavaErrorOccured() || pClass==NULL ) + if( pClass==NULL ) return; // der uebergebe Klassen-Handle ist schon global, daher einfach speichern theClass = pClass; |