summaryrefslogtreecommitdiffstats
path: root/dbaccess/source/ui/control/marktree.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2005-09-23 11:24:09 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2005-09-23 11:24:09 +0000
commitfd52184775c4eae48450276891fed4826e5a46e9 (patch)
tree144a076dbe7ebe0e00fc451d1bfc58bd472327bd /dbaccess/source/ui/control/marktree.cxx
parentINTEGRATION: CWS dba201b (1.7.44); FILE MERGED (diff)
downloadcore-fd52184775c4eae48450276891fed4826e5a46e9.tar.gz
core-fd52184775c4eae48450276891fed4826e5a46e9.zip
INTEGRATION: CWS dba201b (1.12.146); FILE MERGED
2005/09/21 08:05:39 oj 1.12.146.2: RESYNC: (1.12-1.13); FILE MERGED 2005/07/11 13:37:16 fs 1.12.146.1: merging CWS dba201 into CWS dba201b
Diffstat (limited to 'dbaccess/source/ui/control/marktree.cxx')
-rw-r--r--dbaccess/source/ui/control/marktree.cxx11
1 files changed, 9 insertions, 2 deletions
diff --git a/dbaccess/source/ui/control/marktree.cxx b/dbaccess/source/ui/control/marktree.cxx
index a8d8fa1381b5..cffd60b0c101 100644
--- a/dbaccess/source/ui/control/marktree.cxx
+++ b/dbaccess/source/ui/control/marktree.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: marktree.cxx,v $
*
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 14:35:10 $
+ * last change: $Author: hr $ $Date: 2005-09-23 12:24:09 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -56,22 +56,29 @@ using namespace ::com::sun::star::lang;
//========================================================================
//= OMarkableTreeListBox
//========================================================================
+DBG_NAME(OMarkableTreeListBox)
//------------------------------------------------------------------------
OMarkableTreeListBox::OMarkableTreeListBox( Window* pParent, const Reference< XMultiServiceFactory >& _rxORB, WinBits nWinStyle )
: DBTreeListBox(pParent,_rxORB,nWinStyle)
{
+ DBG_CTOR(OMarkableTreeListBox,NULL);
+
InitButtonData();
}
//------------------------------------------------------------------------
OMarkableTreeListBox::OMarkableTreeListBox( Window* pParent, const Reference< XMultiServiceFactory >& _rxORB, const ResId& rResId)
: DBTreeListBox(pParent,_rxORB,rResId)
{
+ DBG_CTOR(OMarkableTreeListBox,NULL);
+
InitButtonData();
}
//------------------------------------------------------------------------
OMarkableTreeListBox::~OMarkableTreeListBox()
{
delete m_pCheckButton;
+
+ DBG_DTOR(OMarkableTreeListBox,NULL);
}
//------------------------------------------------------------------------
void OMarkableTreeListBox::Paint(const Rectangle& _rRect)