Tag: cws_src680_warnings01 User: fs Date: 06/06/08 05:00:31 Modified: /dba/dbaccess/source/ui/app/ AppDetailPageHelper.cxx
Log: no virtual root (introduced bug during recent fix for #i57457#) File Changes: Directory: /dba/dbaccess/source/ui/app/ ======================================= File [changed]: AppDetailPageHelper.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/app/AppDetailPageHelper.cxx?r1=1.11.22.2&r2=1.11.22.3 Delta lines: +4 -4 ------------------- --- AppDetailPageHelper.cxx 23 May 2006 23:47:35 -0000 1.11.22.2 +++ AppDetailPageHelper.cxx 8 Jun 2006 12:00:29 -0000 1.11.22.3 @@ -4,9 +4,9 @@ * * $RCSfile: AppDetailPageHelper.cxx,v $ * - * $Revision: 1.11.22.2 $ + * $Revision: 1.11.22.3 $ * - * last change: $Author: sb $ $Date: 2006/05/23 23:47:35 $ + * last change: $Author: fs $ $Date: 2006/06/08 12:00:29 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -594,7 +594,7 @@ OTableTreeListBox* pTreeView = new OTableTreeListBox(this ,getBorderWin()->getView()->getORB() ,WB_HASLINES | WB_SORT | WB_HASBUTTONS | WB_HSCROLL |WB_HASBUTTONSATROOT | WB_TABSTOP - ,sal_True); + ,sal_False); pTreeView->SetHelpId(HID_APP_TABLE_TREE); m_pLists[E_TABLE] = pTreeView; createTree(pTreeView,TABLE_TREE_ICON,TABLE_TREE_ICON_SCH); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
