diff options
author | Rüdiger Timm <rt@openoffice.org> | 2003-04-24 12:22:38 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2003-04-24 12:22:38 +0000 |
commit | 53b260467c0b3a63fc36e8b92a13e719a228029b (patch) | |
tree | 4c04a56adb79de8089f30fac95e718abea48d1b3 /connectivity | |
parent | 4def11af42e094ec24c5c1b6dda43c73235eab0d (diff) |
INTEGRATION: CWS mav4 (1.3.84); FILE MERGED
2003/04/15 12:22:16 oj 1.3.84.1: #108943# merge from apps61beta2 and statement fix, concurrency
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/source/drivers/jdbc/String.cxx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/connectivity/source/drivers/jdbc/String.cxx b/connectivity/source/drivers/jdbc/String.cxx index 5e9c3b6d50b3..79e54dba6336 100644 --- a/connectivity/source/drivers/jdbc/String.cxx +++ b/connectivity/source/drivers/jdbc/String.cxx @@ -2,9 +2,9 @@ * * $RCSfile: String.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:22:38 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -88,10 +88,11 @@ jclass java_lang_String::getMyClass() } return theClass; } + //-------------------------------------------------------------------------- void java_lang_String::saveClassRef( jclass pClass ) { - if( SDBThreadAttach::IsJavaErrorOccured() || pClass==NULL ) + if( pClass==NULL ) return; // der uebergebe Klassen-Handle ist schon global, daher einfach speichern theClass = pClass; |