User: obo Date: 05/01/26 01:32:51 Modified: /dba/connectivity/source/drivers/jdbc/ DriverPropertyInfo.cxx
Log: #i10000# parse problems .NET 2003 File Changes: Directory: /dba/connectivity/source/drivers/jdbc/ ================================================= File [changed]: DriverPropertyInfo.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/jdbc/DriverPropertyInfo.cxx?r1=1.6&r2=1.7 Delta lines: +10 -9 -------------------- --- DriverPropertyInfo.cxx 25 Jan 2005 16:58:08 -0000 1.6 +++ DriverPropertyInfo.cxx 26 Jan 2005 09:32:48 -0000 1.7 @@ -2,9 +2,9 @@ * * $RCSfile: DriverPropertyInfo.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: obo $ $Date: 2005/01/25 16:58:08 $ + * last change: $Author: obo $ $Date: 2005/01/26 09:32:48 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -185,8 +185,9 @@ jfieldID id = t.pEnv->GetFieldID(java_sql_DriverPropertyInfo::getMyClass(),"choices","[Ljava/lang/String;"); if(id) { - java_lang_String aEmpty(NULL,NULL); - return copyArrayAndDelete(t.pEnv,(jobjectArray)t.pEnv->GetObjectField( object, id), ::rtl::OUString(),aEmpty); + const java_lang_String * pEmpty = NULL; + const ::rtl::OUString * pEmpty2 = NULL; + return copyArrayAndDelete(t.pEnv,(jobjectArray)t.pEnv->GetObjectField( object, id), pEmpty2, pEmpty); } } //t.pEnv return Sequence< ::rtl::OUString>(); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
