Tag: cws_dev300_dba30c User: fs Date: 2008-04-12 20:22:53+0000 Modified: dba/dbaccess/source/core/dataaccess/databasecontext.cxx
Log: #i88201# File Changes: Directory: /dba/dbaccess/source/core/dataaccess/ ================================================ File [changed]: databasecontext.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/dataaccess/databasecontext.cxx?r1=1.38&r2=1.38.16.1 Delta lines: +4 -4 ------------------- --- databasecontext.cxx 2008-03-06 17:57:46+0000 1.38 +++ databasecontext.cxx 2008-04-12 20:22:51+0000 1.38.16.1 @@ -4,9 +4,9 @@ * * $RCSfile: databasecontext.cxx,v $ * - * $Revision: 1.38 $ + * $Revision: 1.38.16.1 $ * - * last change: $Author: kz $ $Date: 2008/03/06 17:57:46 $ + * last change: $Author: fs $ $Date: 2008/04/12 20:22:51 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -352,7 +352,7 @@ setTransientProperties( _sURL, *pExistent ); - return pExistent->getDataSource(); + return pExistent->getDataSource().get(); } // ----------------------------------------------------------------------------- void ODatabaseContext::setTransientProperties(const ::rtl::OUString& _sURL, ODatabaseModelImpl& _rDataSourceModel ) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
