Tag: cws_src680_oj17 User: oj Date: 06/03/10 02:28:37 Modified: /dba/dbaccess/source/ui/dlg/ DbAdminImpl.cxx
Log: fix stl usage error File Changes: Directory: /dba/dbaccess/source/ui/dlg/ ======================================= File [changed]: DbAdminImpl.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/dlg/DbAdminImpl.cxx?r1=1.11&r2=1.11.100.1 Delta lines: +5 -4 ------------------- --- DbAdminImpl.cxx 8 Sep 2005 14:47:06 -0000 1.11 +++ DbAdminImpl.cxx 10 Mar 2006 10:28:34 -0000 1.11.100.1 @@ -4,9 +4,9 @@ * * $RCSfile: DbAdminImpl.cxx,v $ * - * $Revision: 1.11 $ + * $Revision: 1.11.100.1 $ * - * last change: $Author: rt $ $Date: 2005/09/08 14:47:06 $ + * last change: $Author: oj $ $Date: 2006/03/10 10:28:34 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -335,6 +335,7 @@ makeAny(::rtl::OUString(sPassword)), PropertyState_DIRECT_VALUE)); } + if ( !aReturn.empty() ) _rDriverParam = Sequence< PropertyValue >(&(*aReturn.begin()), aReturn.size()); // append all the other stuff (charset etc.) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
