summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/querydesign/JoinController.cxx
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2001-08-15 12:19:03 +0000
committerOcke Janssen <oj@openoffice.org>2001-08-15 12:19:03 +0000
commit534b13f75f2053c655773559436c2b1b7bbede04 (patch)
tree84f18116881d2d8c5400d6e78f46642a798d06e5 /dbaccess/source/ui/querydesign/JoinController.cxx
parentaa3b7155e071de355eb1421b6d84cfe1ed739985 (diff)
#88644# insert some DBG's and fix getFocus calls
Diffstat (limited to 'dbaccess/source/ui/querydesign/JoinController.cxx')
-rw-r--r--dbaccess/source/ui/querydesign/JoinController.cxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/dbaccess/source/ui/querydesign/JoinController.cxx b/dbaccess/source/ui/querydesign/JoinController.cxx
index e1c1639f884d..2f2fe9827dfd 100644
--- a/dbaccess/source/ui/querydesign/JoinController.cxx
+++ b/dbaccess/source/ui/querydesign/JoinController.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: JoinController.cxx,v $
*
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: fs $ $Date: 2001-08-14 12:05:21 $
+ * last change: $Author: oj $ $Date: 2001-08-15 13:19:03 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -179,16 +179,19 @@ using namespace ::dbtools;
using namespace ::dbaui;
using namespace ::comphelper;
+DBG_NAME(OJoinController);
// -----------------------------------------------------------------------------
OJoinController::OJoinController(const Reference< XMultiServiceFactory >& _rM) : OJoinController_BASE(_rM)
,m_bEditable(sal_True)
,m_bModified(sal_False)
,m_pAddTabDlg(NULL)
{
+ DBG_CTOR(OJoinController,NULL);
}
// -----------------------------------------------------------------------------
OJoinController::~OJoinController()
{
+ DBG_DTOR(OJoinController,NULL);
}
// -----------------------------------------------------------------------------