User: kz Date: 05/06/30 09:31:21 Modified: /dba/dbaccess/source/ui/dlg/ TablesSingleDlg.cxx
Log: INTEGRATION: CWS wizopendb (1.2.150); FILE MERGED 2005/06/06 10:40:39 fs 1.2.150.1: #i42477# allow the 'New Database' wizard to load existing documents File Changes: Directory: /dba/dbaccess/source/ui/dlg/ ======================================= File [changed]: TablesSingleDlg.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/dlg/TablesSingleDlg.cxx?r1=1.2&r2=1.3 Delta lines: +8 -8 ------------------- --- TablesSingleDlg.cxx 2 Aug 2004 15:41:33 -0000 1.2 +++ TablesSingleDlg.cxx 30 Jun 2005 16:31:18 -0000 1.3 @@ -105,7 +105,7 @@ { DBG_CTOR(OTableSubscriptionDialog,NULL); m_pImpl = ::std::auto_ptr<ODbDataSourceAdministrationHelper>(new ODbDataSourceAdministrationHelper(_rxORB,pParent,this)); - m_pImpl->setCurrentDataSourceName(_aDataSourceName); + m_pImpl->setDataSourceOrName(_aDataSourceName); Reference< XPropertySet > xDatasource = m_pImpl->getCurrentDataSource(); m_pOutSet = new SfxItemSet( *_pItems ); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
