summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/dlg/UserAdminDlg.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2005-09-23 11:27:52 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2005-09-23 11:27:52 +0000
commit9164c31fd74738a2c00de425b8bfc9ffa670306f (patch)
tree35eec282998bd254457e39a6cc51952e80432d82 /dbaccess/source/ui/dlg/UserAdminDlg.cxx
parent15467a3e679fdf2ae3d73b80b79d48f752b6978c (diff)
INTEGRATION: CWS dba201b (1.5.6); FILE MERGED
2005/09/21 08:25:59 oj 1.5.6.2: RESYNC: (1.5-1.6); FILE MERGED 2005/07/11 13:37:18 fs 1.5.6.1: merging CWS dba201 into CWS dba201b
Diffstat (limited to 'dbaccess/source/ui/dlg/UserAdminDlg.cxx')
-rw-r--r--dbaccess/source/ui/dlg/UserAdminDlg.cxx11
1 files changed, 8 insertions, 3 deletions
diff --git a/dbaccess/source/ui/dlg/UserAdminDlg.cxx b/dbaccess/source/ui/dlg/UserAdminDlg.cxx
index 22840f6189cb..ee6f1d7ece12 100644
--- a/dbaccess/source/ui/dlg/UserAdminDlg.cxx
+++ b/dbaccess/source/ui/dlg/UserAdminDlg.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: UserAdminDlg.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 14:51:00 $
+ * last change: $Author: hr $ $Date: 2005-09-23 12:27:51 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -102,7 +102,8 @@ namespace dbaui
//========================================================================
//= OUserAdminDlg
- //========================================================================
+DBG_NAME(OUserAdminDlg)
+//========================================================================
OUserAdminDlg::OUserAdminDlg(Window* _pParent
, SfxItemSet* _pItems
,const Reference< XMultiServiceFactory >& _rxORB
@@ -113,6 +114,8 @@ namespace dbaui
,m_xConnection(_xConnection)
,m_bOwnConnection(!_xConnection.is())
{
+ DBG_CTOR(OUserAdminDlg,NULL);
+
m_pImpl = ::std::auto_ptr<ODbDataSourceAdministrationHelper>(new ODbDataSourceAdministrationHelper(_rxORB,_pParent,this));
m_pImpl->setDataSourceOrName(_aDataSourceName);
Reference< XPropertySet > xDatasource = m_pImpl->getCurrentDataSource();
@@ -141,6 +144,8 @@ namespace dbaui
SetInputSet(NULL);
DELETEZ(pExampleSet);
+
+ DBG_DTOR(OUserAdminDlg,NULL);
}
// -----------------------------------------------------------------------
short OUserAdminDlg::Execute()