summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/dlg/RelationDlg.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2005-09-23 11:27:05 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2005-09-23 11:27:05 +0000
commit7cbff08c0ec3cbef2d3f1c175f75ba4252ef9b48 (patch)
tree68e63ee3c3766459c04f327a03786fe0ba890622 /dbaccess/source/ui/dlg/RelationDlg.cxx
parentbb64cb327f1079fd10c4c720dcc6d7d5ed15c115 (diff)
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
Diffstat (limited to 'dbaccess/source/ui/dlg/RelationDlg.cxx')
-rw-r--r--dbaccess/source/ui/dlg/RelationDlg.cxx9
1 files changed, 7 insertions, 2 deletions
diff --git a/dbaccess/source/ui/dlg/RelationDlg.cxx b/dbaccess/source/ui/dlg/RelationDlg.cxx
index 3ba9dddffd57..91b6bbf741d0 100644
--- a/dbaccess/source/ui/dlg/RelationDlg.cxx
+++ b/dbaccess/source/ui/dlg/RelationDlg.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: RelationDlg.cxx,v $
*
- * $Revision: 1.19 $
+ * $Revision: 1.20 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 14:48:26 $
+ * last change: $Author: hr $ $Date: 2005-09-23 12:27:05 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -95,6 +95,7 @@ using namespace ::dbtools;
//========================================================================
// class ORelationDialog
+DBG_NAME(ORelationDialog)
//========================================================================
ORelationDialog::ORelationDialog( OJoinTableView* pParent,
ORelationTableConnectionData* pConnectionData,
@@ -119,6 +120,8 @@ ORelationDialog::ORelationDialog( OJoinTableView* pParent,
,m_pTableMap(pParent->GetTabWinMap())
,m_pConnData(NULL)
{
+ DBG_CTOR(ORelationDialog,NULL);
+
m_xConnection = pParent->getDesignView()->getController()->getConnection();
//////////////////////////////////////////////////////////////////////
@@ -193,6 +196,8 @@ ORelationDialog::~ORelationDialog()
{
delete m_pTableControl;
delete m_pConnData;
+
+ DBG_DTOR(ORelationDialog,NULL);
}
//------------------------------------------------------------------------