User: ihi Date: 2007-11-28 11:55:28+0000 Modified: dba/connectivity/source/drivers/jdbc/JConnection.cxx
Log: #i10000# #i84032# added missing aMap 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.10&r2=1.11 Delta lines: +4 -3 ------------------- --- JConnection.cxx 2007-11-27 12:24:09+0000 1.10 +++ JConnection.cxx 2007-11-28 11:55:25+0000 1.11 @@ -4,9 +4,9 @@ * * $RCSfile: JConnection.cxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: ihi $ $Date: 2007/11/27 12:24:09 $ + * last change: $Author: ihi $ $Date: 2007/11/28 11:55:25 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -972,6 +972,7 @@ SDBThreadAttach t; try { + ::comphelper::SequenceAsHashMap aMap( info ); ::rtl::OUString sDriverClassPath,sDriverClass; sDriverClass = aMap.getUnpackedValueOrDefault(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("JavaDriverClass")),sDriverClass); sDriverClassPath = aMap.getUnpackedValueOrDefault(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("JavaDriverClassPath")),sDriverClassPath); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
