User: hr      
Date: 05/09/23 05:24:12

Modified:
 /dba/dbaccess/source/ui/control/
  marktree.cxx

Log:
 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

File Changes:

Directory: /dba/dbaccess/source/ui/control/
===========================================

File [changed]: marktree.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/control/marktree.cxx?r1=1.13&r2=1.14
Delta lines:  +7 -0
-------------------
--- marktree.cxx        8 Sep 2005 14:35:10 -0000       1.13
+++ marktree.cxx        23 Sep 2005 12:24:09 -0000      1.14
@@ -56,22 +56,29 @@
 //========================================================================
 //= 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)




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to