User: hr Date: 05/09/23 05:27:09 Modified: /dba/dbaccess/source/ui/dlg/ RelationDlg.cxx
Log: INTEGRATION: CWS dba201b (1.18.198); FILE MERGED 2005/09/21 08:22:31 oj 1.18.198.2: RESYNC: (1.18-1.19); FILE MERGED 2005/07/11 13:37:18 fs 1.18.198.1: merging CWS dba201 into CWS dba201b File Changes: Directory: /dba/dbaccess/source/ui/dlg/ ======================================= File [changed]: RelationDlg.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/dlg/RelationDlg.cxx?r1=1.19&r2=1.20 Delta lines: +5 -0 ------------------- --- RelationDlg.cxx 8 Sep 2005 14:48:26 -0000 1.19 +++ RelationDlg.cxx 23 Sep 2005 12:27:05 -0000 1.20 @@ -95,6 +95,7 @@ //======================================================================== // class ORelationDialog +DBG_NAME(ORelationDialog) //======================================================================== ORelationDialog::ORelationDialog( OJoinTableView* pParent, ORelationTableConnectionData* pConnectionData, @@ -119,6 +120,8 @@ ,m_pTableMap(pParent->GetTabWinMap()) ,m_pConnData(NULL) { + DBG_CTOR(ORelationDialog,NULL); + m_xConnection = pParent->getDesignView()->getController()->getConnection(); ////////////////////////////////////////////////////////////////////// @@ -193,6 +196,8 @@ { delete m_pTableControl; delete m_pConnData; + + DBG_DTOR(ORelationDialog,NULL); } //------------------------------------------------------------------------ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
