Tag: cws_src680_dba24c User: fs Date: 2007-10-10 20:40:49+0000 Modified: dba/connectivity/source/drivers/jdbc/JConnection.cxx
Log: #i10000# File Changes: Directory: /dba/connectivity/source/drivers/jdbc/ ================================================= File [changed]: JConnection.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/jdbc/JConnection.cxx?r1=1.6.2.1&r2=1.6.2.2 Delta lines: +3 -3 ------------------- --- JConnection.cxx 2007-10-10 14:41:36+0000 1.6.2.1 +++ JConnection.cxx 2007-10-10 20:40:46+0000 1.6.2.2 @@ -4,9 +4,9 @@ * * $RCSfile: JConnection.cxx,v $ * - * $Revision: 1.6.2.1 $ + * $Revision: 1.6.2.2 $ * - * last change: $Author: sb $ $Date: 2007/10/10 14:41:36 $ + * last change: $Author: fs $ $Date: 2007/10/10 20:40:46 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -163,7 +163,7 @@ rtl::OUString const & classPath, rtl::OUString const & name, LocalRef< jobject > * classLoaderPtr, LocalRef< jclass > * classPtr) { - OSL_ASSERT(classLoader != NULL); + OSL_ASSERT(classLoaderPtr != NULL); // For any jweak entries still present in the map upon destruction, // DeleteWeakGlobalRef is not called (which is a leak): ClassMapData * d = --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
