Tag: cws_src680_hsqlcsv
User: fs      
Date: 2006/09/14 04:54:15

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

Log:
 removed some dead code

File Changes:

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

File [changed]: dbtreelistbox.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/control/dbtreelistbox.cxx?r1=1.11&r2=1.11.36.1
Delta lines:  +3 -7
-------------------
--- dbtreelistbox.cxx   19 Jul 2006 16:02:52 -0000      1.11
+++ dbtreelistbox.cxx   14 Sep 2006 11:54:12 -0000      1.11.36.1
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: dbtreelistbox.cxx,v $
  *
- *  $Revision: 1.11 $
+ *  $Revision: 1.11.36.1 $
  *
- *  last change: $Author: kz $ $Date: 2006/07/19 16:02:52 $
+ *  last change: $Author: fs $ $Date: 2006/09/14 11:54:12 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.
@@ -204,10 +204,6 @@
 void DBTreeListBox::InitEntry( SvLBoxEntry* _pEntry, const XubString& aStr, 
const Image& _rCollEntryBmp, const Image& _rExpEntryBmp)
 {
        SvTreeListBox::InitEntry( _pEntry, aStr, _rCollEntryBmp,_rExpEntryBmp);
-       // add items
-//     SvLBoxContextBmp* pContextBmp = new SvLBoxContextBmp(_pEntry, 0, 
_rCollEntryBmp, _rExpEntryBmp, 0);
-//     _pEntry->AddItem( pContextBmp );
-
        SvLBoxItem* pTextItem(_pEntry->GetFirstItem(SV_ITEM_ID_LBOXSTRING));
        SvLBoxString* pString = new OBoldListboxString( _pEntry, 0, aStr );
        _pEntry->ReplaceItem( pString,_pEntry->GetPos(pTextItem));




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

Reply via email to