Tag: cws_dev300_dba30d User: fs Date: 2008-06-16 08:48:13+0000 Modified: dba/dbaccess/source/ui/browser/unodatbr.cxx
Log: #i10000# File Changes: Directory: /dba/dbaccess/source/ui/browser/ =========================================== File [changed]: unodatbr.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/browser/unodatbr.cxx?r1=1.200.8.8&r2=1.200.8.9 Delta lines: +2 -2 ------------------- --- unodatbr.cxx 2008-06-16 08:45:12+0000 1.200.8.8 +++ unodatbr.cxx 2008-06-16 08:48:10+0000 1.200.8.9 @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: unodatbr.cxx,v $ - * $Revision: 1.200.8.8 $ + * $Revision: 1.200.8.9 $ * * This file is part of OpenOffice.org. * @@ -1938,7 +1938,7 @@ DBTreeListUserData* pTablesData = new DBTreeListUserData; pTablesData->eType = etTableContainer; - SvLBoxEntry* pTables = m_pTreeView->getListBox().InsertEntry( + m_pTreeView->getListBox().InsertEntry( _rTableName, _rTableImage, _rTableImage, pDatasourceEntry, TRUE /*ChildsOnDemand*/, LIST_APPEND, pTablesData ); } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
