User: hr      
Date: 05/09/23 05:16:57

Modified:
 /dba/dbaccess/source/ui/app/
  AppIconControl.cxx

Log:
 INTEGRATION: CWS dba201b (1.5.22); FILE MERGED
 2005/09/21 07:48:30 oj 1.5.22.2: RESYNC: (1.5-1.6); FILE MERGED
 2005/07/11 13:37:11 fs 1.5.22.1: merging CWS dba201 into CWS dba201b

File Changes:

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

File [changed]: AppIconControl.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/app/AppIconControl.cxx?r1=1.6&r2=1.7
Delta lines:  +5 -0
-------------------
--- AppIconControl.cxx  8 Sep 2005 14:21:20 -0000       1.6
+++ AppIconControl.cxx  23 Sep 2005 12:16:54 -0000      1.7
@@ -61,6 +61,7 @@
 using namespace ::dbaui;
 //==================================================================
 // class OApplicationIconControl
+DBG_NAME(OApplicationIconControl)
 //==================================================================
 OApplicationIconControl::OApplicationIconControl(Window* _pParent) 
        : SvtIconChoiceCtrl(_pParent,WB_ICON | WB_NOCOLUMNHEADER | 
WB_HIGHLIGHTFRAME | /*!WB_NOSELECTION |*/
@@ -68,6 +69,8 @@
        ,DropTargetHelper(this)
        ,m_pActionListener(NULL)
 {
+    DBG_CTOR(OApplicationIconControl,NULL);
+
        typedef ::std::pair< USHORT,USHORT> TUSHORTPair;
        typedef ::std::pair< ElementType,TUSHORTPair> TUSHORT2Pair;
        typedef ::std::pair< String,TUSHORT2Pair> TPair;
@@ -101,6 +104,8 @@
                        pEntry->SetUserData(NULL);
                }
        }
+
+    DBG_DTOR(OApplicationIconControl,NULL);
 }
 // 
-----------------------------------------------------------------------------
 sal_Int8 OApplicationIconControl::AcceptDrop( const AcceptDropEvent& _rEvt )




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

Reply via email to