summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/jdbc/Date.cxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2003-04-24 12:20:10 +0000
committerRüdiger Timm <rt@openoffice.org>2003-04-24 12:20:10 +0000
commit9d9de80a314b8911f113d5066a15d56960f452fa (patch)
treeb20ef31616ad3f8f895f8787ca28f1ab50a8e519 /connectivity/source/drivers/jdbc/Date.cxx
parent4ce06e00124eb4a426072a5939c3c7b090996012 (diff)
INTEGRATION: CWS mav4 (1.5.76); FILE MERGED
2003/04/15 12:22:09 oj 1.5.76.1: #108943# merge from apps61beta2 and statement fix, concurrency
Diffstat (limited to 'connectivity/source/drivers/jdbc/Date.cxx')
-rw-r--r--connectivity/source/drivers/jdbc/Date.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/connectivity/source/drivers/jdbc/Date.cxx b/connectivity/source/drivers/jdbc/Date.cxx
index 64f8ee7b44f7..3674ea7028ee 100644
--- a/connectivity/source/drivers/jdbc/Date.cxx
+++ b/connectivity/source/drivers/jdbc/Date.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: Date.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: oj $ $Date: 2001-10-18 09:24:54 $
+ * last change: $Author: rt $ $Date: 2003-04-24 13:20:10 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -95,7 +95,7 @@ jclass java_util_Date::getMyClass()
void java_util_Date::saveClassRef( jclass pClass )
{
- if( SDBThreadAttach::IsJavaErrorOccured() || pClass==NULL )
+ if( pClass==NULL )
return;
// der uebergebe Klassen-Handle ist schon global, daher einfach speichern
theClass = pClass;