Tag: cws_src680_dba203c User: oj Date: 06/04/28 00:49:42 Modified: /dba/dbaccess/source/filter/xml/ dbloader2.cxx
Log: #i63434# set args even at a new database File Changes: Directory: /dba/dbaccess/source/filter/xml/ =========================================== File [changed]: dbloader2.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/filter/xml/dbloader2.cxx?r1=1.18.4.1&r2=1.18.4.2 Delta lines: +4 -3 ------------------- --- dbloader2.cxx 13 Apr 2006 14:12:19 -0000 1.18.4.1 +++ dbloader2.cxx 28 Apr 2006 07:49:40 -0000 1.18.4.2 @@ -4,9 +4,9 @@ * * $RCSfile: dbloader2.cxx,v $ * - * $Revision: 1.18.4.1 $ + * $Revision: 1.18.4.2 $ * - * last change: $Author: oj $ $Date: 2006/04/13 14:12:19 $ + * last change: $Author: oj $ $Date: 2006/04/28 07:49:40 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -530,6 +530,7 @@ if ( xModel.is() ) { ::rtl::OUString sURL = xModel->getURL(); + if ( bCreateNew ) xModel->attachResource( sURL, aLoadArgs ); if ( bInteractive ) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
