summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/control/ColumnControlWindow.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2005-09-23 11:22:29 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2005-09-23 11:22:29 +0000
commit394de06116baf2cf6381367239f5fe7c9e73f2cb (patch)
tree2c6d4f88ad61a3e255628f08e9416118f6fc0b0b /dbaccess/source/ui/control/ColumnControlWindow.cxx
parent8900d7bced5f3a54d6617958da3594632207abba (diff)
INTEGRATION: CWS dba201b (1.4.2); FILE MERGED
2005/09/21 08:00:45 oj 1.4.2.2: RESYNC: (1.4-1.5); FILE MERGED 2005/07/11 13:37:15 fs 1.4.2.1: merging CWS dba201 into CWS dba201b
Diffstat (limited to 'dbaccess/source/ui/control/ColumnControlWindow.cxx')
-rw-r--r--dbaccess/source/ui/control/ColumnControlWindow.cxx9
1 files changed, 7 insertions, 2 deletions
diff --git a/dbaccess/source/ui/control/ColumnControlWindow.cxx b/dbaccess/source/ui/control/ColumnControlWindow.cxx
index 531ddaaec7b2..db8d1cbd44df 100644
--- a/dbaccess/source/ui/control/ColumnControlWindow.cxx
+++ b/dbaccess/source/ui/control/ColumnControlWindow.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: ColumnControlWindow.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 14:31:35 $
+ * last change: $Author: hr $ $Date: 2005-09-23 12:22:29 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -62,6 +62,7 @@ using namespace ::com::sun::star::lang;
//========================================================================
// OColumnControlWindow
+DBG_NAME(OColumnControlWindow)
//========================================================================
OColumnControlWindow::OColumnControlWindow(Window* pParent
,const Reference<XMultiServiceFactory>& _rxFactory)
@@ -70,6 +71,8 @@ OColumnControlWindow::OColumnControlWindow(Window* pParent
, m_sTypeNames(ModuleRes(STR_TABLEDESIGN_DBFIELDTYPES))
, m_bAutoIncrementEnabled(sal_True)
{
+ DBG_CTOR(OColumnControlWindow,NULL);
+
m_bRight = sal_True;
try
{
@@ -82,6 +85,8 @@ OColumnControlWindow::OColumnControlWindow(Window* pParent
// -----------------------------------------------------------------------------
OColumnControlWindow::~OColumnControlWindow()
{
+
+ DBG_DTOR(OColumnControlWindow,NULL);
}
// -----------------------------------------------------------------------
void OColumnControlWindow::ActivateAggregate( EControlType eType )