diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2005-09-23 11:23:20 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2005-09-23 11:23:20 +0000 |
commit | 22cf4bd52e8c68a1920b07d800fde977ab30d301 (patch) | |
tree | 999ce992f8cd075611c38a416ad94f89652c288d /dbaccess/source/ui/control/RelationControl.cxx | |
parent | b4d1d8c6b10f25c24a26ae9dbe8b277212570f69 (diff) |
INTEGRATION: CWS dba201b (1.13.146); FILE MERGED
2005/09/21 08:01:16 oj 1.13.146.2: RESYNC: (1.13-1.14); FILE MERGED
2005/07/11 13:37:15 fs 1.13.146.1: merging CWS dba201 into CWS dba201b
Diffstat (limited to 'dbaccess/source/ui/control/RelationControl.cxx')
-rw-r--r-- | dbaccess/source/ui/control/RelationControl.cxx | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/dbaccess/source/ui/control/RelationControl.cxx b/dbaccess/source/ui/control/RelationControl.cxx index 5cb29bfad38d..f8f63a929bac 100644 --- a/dbaccess/source/ui/control/RelationControl.cxx +++ b/dbaccess/source/ui/control/RelationControl.cxx @@ -4,9 +4,9 @@ * * $RCSfile: RelationControl.cxx,v $ * - * $Revision: 1.14 $ + * $Revision: 1.15 $ * - * last change: $Author: rt $ $Date: 2005-09-08 14:32:04 $ + * last change: $Author: hr $ $Date: 2005-09-23 12:23:20 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -81,6 +81,9 @@ #ifndef _DBA_DBACCESS_HELPID_HRC_ #include "dbaccess_helpid.hrc" #endif +#ifndef _TOOLS_DEBUG_HXX +#include <tools/debug.hxx> +#endif #include <algorithm> @@ -494,8 +497,11 @@ namespace dbaui } //======================================================================== // class OTableListBoxControl - //======================================================================== - OTableListBoxControl::OTableListBoxControl(Window* _pParent, +DBG_NAME(OTableListBoxControl) + +//======================================================================== + +OTableListBoxControl::OTableListBoxControl(Window* _pParent, const ResId& _rResId, const OJoinTableView::OTableWindowMap* _pTableMap, IRelationControlInterface* _pParentDialog) @@ -528,6 +534,7 @@ namespace dbaui m_lmbRightTable.SetSelectHdl(aLink); FreeResource(); + DBG_CTOR(OTableListBoxControl,NULL); } // ----------------------------------------------------------------------------- OTableListBoxControl::~OTableListBoxControl() @@ -535,6 +542,8 @@ namespace dbaui ORelationControl* pTemp = m_pRC_Tables; m_pRC_Tables = NULL; delete pTemp; + + DBG_DTOR(OTableListBoxControl,NULL); } // ----------------------------------------------------------------------------- void OTableListBoxControl::fillListBoxes() |