summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2003-04-24 12:19:18 +0000
committerRüdiger Timm <rt@openoffice.org>2003-04-24 12:19:18 +0000
commit85cb1211823955e4f0c4d19b9311b26e198593f6 (patch)
tree6027bd024b96e63cab3e17f9298379e7e86f54bf
parent4ad65d496777f798d9aca681aa6ff10ee941f7e1 (diff)
INTEGRATION: CWS mav4 (1.3.84); FILE MERGED
2003/04/15 12:22:05 oj 1.3.84.1: #108943# merge from apps61beta2 and statement fix, concurrency
-rw-r--r--connectivity/source/drivers/jdbc/Boolean.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/connectivity/source/drivers/jdbc/Boolean.cxx b/connectivity/source/drivers/jdbc/Boolean.cxx
index 6639a983f822..b72b1623d32f 100644
--- a/connectivity/source/drivers/jdbc/Boolean.cxx
+++ b/connectivity/source/drivers/jdbc/Boolean.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: Boolean.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: oj $ $Date: 2001-05-31 08:29:15 $
+ * last change: $Author: rt $ $Date: 2003-04-24 13:19:18 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -87,7 +87,7 @@ jclass java_lang_Boolean::getMyClass()
void java_lang_Boolean::saveClassRef( jclass pClass )
{
- if( SDBThreadAttach::IsJavaErrorOccured() || pClass==NULL )
+ if( pClass==NULL )
return;
// der uebergebe Klassen-Handle ist schon global, daher einfach speichern
theClass = pClass;