diff options
author | Kurt Zenker <kz@openoffice.org> | 2005-06-30 15:31:48 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2005-06-30 15:31:48 +0000 |
commit | 6526d37a0641272c354f5d53853b33f5f634c31b (patch) | |
tree | 3a90e25b11443633d163ac4a1c96e4e326c1161f /dbaccess/source/ui/dlg/dbadmin.cxx | |
parent | c9243e92fb0569accb0fc6f61fbd65d157a4e856 (diff) |
INTEGRATION: CWS wizopendb (1.92.60); FILE MERGED
2005/06/06 10:40:39 fs 1.92.60.1: #i42477# allow the 'New Database' wizard to load existing documents
Diffstat (limited to 'dbaccess/source/ui/dlg/dbadmin.cxx')
-rw-r--r-- | dbaccess/source/ui/dlg/dbadmin.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dbaccess/source/ui/dlg/dbadmin.cxx b/dbaccess/source/ui/dlg/dbadmin.cxx index 166862e8cf4e..224742f753d0 100644 --- a/dbaccess/source/ui/dlg/dbadmin.cxx +++ b/dbaccess/source/ui/dlg/dbadmin.cxx @@ -2,9 +2,9 @@ * * $RCSfile: dbadmin.cxx,v $ * - * $Revision: 1.92 $ + * $Revision: 1.93 $ * - * last change: $Author: vg $ $Date: 2005-02-21 12:42:35 $ + * last change: $Author: kz $ $Date: 2005-06-30 16:31:48 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -205,7 +205,7 @@ void ODbAdminDialog::addDetailPage(USHORT _nPageId, USHORT _nTextId, CreateTabPa //------------------------------------------------------------------------- void ODbAdminDialog::implSelectDatasource(const ::com::sun::star::uno::Any& _aDataSourceName) { - m_pImpl->setCurrentDataSourceName(_aDataSourceName); + m_pImpl->setDataSourceOrName(_aDataSourceName); // reset the tag pages Reference< XPropertySet > xDatasource = m_pImpl->getCurrentDataSource(); |