summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/querydesign/JoinDesignView.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2005-09-23 11:42:13 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2005-09-23 11:42:13 +0000
commit815284d3e03bc5b86144940d9b447dee29628060 (patch)
tree980a9bed3e811050514f0c42552a70dd6a8cda6c /dbaccess/source/ui/querydesign/JoinDesignView.cxx
parenta798bdfe0b5e4326f274e1656e95ed3037099baf (diff)
INTEGRATION: CWS dba201b (1.15.36); FILE MERGED
2005/09/21 10:03:40 oj 1.15.36.2: RESYNC: (1.15-1.16); FILE MERGED 2005/07/11 13:37:26 fs 1.15.36.1: merging CWS dba201 into CWS dba201b
Diffstat (limited to 'dbaccess/source/ui/querydesign/JoinDesignView.cxx')
-rw-r--r--dbaccess/source/ui/querydesign/JoinDesignView.cxx9
1 files changed, 7 insertions, 2 deletions
diff --git a/dbaccess/source/ui/querydesign/JoinDesignView.cxx b/dbaccess/source/ui/querydesign/JoinDesignView.cxx
index 06ee76aee554..fe4690bc75d4 100644
--- a/dbaccess/source/ui/querydesign/JoinDesignView.cxx
+++ b/dbaccess/source/ui/querydesign/JoinDesignView.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: JoinDesignView.cxx,v $
*
- * $Revision: 1.16 $
+ * $Revision: 1.17 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 16:19:55 $
+ * last change: $Author: hr $ $Date: 2005-09-23 12:42:13 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -105,6 +105,7 @@ using namespace ::com::sun::star::sdbc;
using namespace ::com::sun::star::beans;
using namespace ::com::sun::star::container;
using namespace ::com::sun::star::util;
+DBG_NAME(OJoinDesignView)
OJoinDesignView::OJoinDesignView(Window* _pParent, OJoinController* _pController,const Reference< XMultiServiceFactory >& _rFactory)
:ODataView(_pParent,_pController,_rFactory)
@@ -112,6 +113,8 @@ OJoinDesignView::OJoinDesignView(Window* _pParent, OJoinController* _pController
,m_pTableView(NULL)
,m_pAddTabDlg(NULL)
{
+ DBG_CTOR(OJoinDesignView,NULL);
+
m_pScrollWindow = new OScrollWindowHelper(this);
}
// -----------------------------------------------------------------------------
@@ -125,6 +128,8 @@ OJoinDesignView::~OJoinDesignView()
m_pTableView = NULL;
::std::auto_ptr<Window> aT1(m_pAddTabDlg);
m_pAddTabDlg = NULL;
+
+ DBG_DTOR(OJoinDesignView,NULL);
}
// -------------------------------------------------------------------------
void OJoinDesignView::Construct()