summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/dlg/TablesSingleDlg.cxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2005-06-30 15:31:18 +0000
committerKurt Zenker <kz@openoffice.org>2005-06-30 15:31:18 +0000
commitd7a66a32e120a27d8bed2168f274376f3961306f (patch)
tree79ed0ea0f65295f3a97103c516a2ea0cc0e168fb /dbaccess/source/ui/dlg/TablesSingleDlg.cxx
parent44b4e83f526e9dc060244c2cc94abd10084f65f9 (diff)
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
Diffstat (limited to 'dbaccess/source/ui/dlg/TablesSingleDlg.cxx')
-rw-r--r--dbaccess/source/ui/dlg/TablesSingleDlg.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/dbaccess/source/ui/dlg/TablesSingleDlg.cxx b/dbaccess/source/ui/dlg/TablesSingleDlg.cxx
index 956d1c151f12..a1f651748c2b 100644
--- a/dbaccess/source/ui/dlg/TablesSingleDlg.cxx
+++ b/dbaccess/source/ui/dlg/TablesSingleDlg.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: TablesSingleDlg.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: hr $ $Date: 2004-08-02 15:41:33 $
+ * last change: $Author: kz $ $Date: 2005-06-30 16:31:18 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -105,7 +105,7 @@ OTableSubscriptionDialog::OTableSubscriptionDialog(Window* pParent
{
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 );