Tag: cws_src680_dba23b User: fs Date: 2007-07-08 20:36:17+0000 Modified: dba/dbaccess/source/ui/browser/genericcontroller.cxx
Log: during #i65812#: context details not used File Changes: Directory: /dba/dbaccess/source/ui/browser/ =========================================== File [changed]: genericcontroller.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/browser/genericcontroller.cxx?r1=1.76&r2=1.76.10.1 Delta lines: +6 -7 ------------------- --- genericcontroller.cxx 2007-05-10 10:19:39+0000 1.76 +++ genericcontroller.cxx 2007-07-08 20:36:15+0000 1.76.10.1 @@ -4,9 +4,9 @@ * * $RCSfile: genericcontroller.cxx,v $ * - * $Revision: 1.76 $ + * $Revision: 1.76.10.1 $ * - * last change: $Author: kz $ $Date: 2007/05/10 10:19:39 $ + * last change: $Author: fs $ $Date: 2007/07/08 20:36:15 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -980,8 +980,7 @@ { WaitObject aWaitCursor(getView()); - const ::rtl::OUString sNoContext; - ODatasourceConnector aConnector(m_xMultiServiceFacatory, getView(), sNoContext, sNoContext); + ODatasourceConnector aConnector(m_xMultiServiceFacatory, getView(), ::rtl::OUString() ); Reference<XConnection> xConnection = aConnector.connect(_xDataSource); // be notified when connection is in disposing @@ -993,11 +992,11 @@ // ----------------------------------------------------------------------------- Reference< XConnection > OGenericUnoController::connect( const ::rtl::OUString& _rDataSourceName, const ::rtl::OUString& _rContextInformation, - const ::rtl::OUString& _rContextDetails, sal_Bool _bStartListening ) + sal_Bool _bStartListening ) { WaitObject aWaitCursor(getView()); - ODatasourceConnector aConnector(m_xMultiServiceFacatory, getView(), _rContextInformation, _rContextDetails); + ODatasourceConnector aConnector( m_xMultiServiceFacatory, getView(), _rContextInformation ); Reference<XConnection> xConnection = aConnector.connect(_rDataSourceName); // be notified when connection is in disposing --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
