Tag: cws_src680_dba22c User: oj Date: 2007/01/04 03:17:10 Modified: dba/dbaccess/source/ui/app/AppDetailPageHelper.cxx
Log: #137758# guess fix for timer problem 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.20&r2=1.20.14.1 Delta lines: +5 -4 ------------------- --- AppDetailPageHelper.cxx 1 Dec 2006 17:29:53 -0000 1.20 +++ AppDetailPageHelper.cxx 4 Jan 2007 11:17:07 -0000 1.20.14.1 @@ -4,9 +4,9 @@ * * $RCSfile: AppDetailPageHelper.cxx,v $ * - * $Revision: 1.20 $ + * $Revision: 1.20.14.1 $ * - * last change: $Author: rt $ $Date: 2006/12/01 17:29:53 $ + * last change: $Author: oj $ $Date: 2007/01/04 11:17:07 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -332,8 +332,9 @@ { if ( m_pLists[i] ) { + m_pLists[i]->clearCurrentSelectionEntry(); m_pLists[i]->Hide(); - ::std::auto_ptr<Window> aTemp(m_pLists[i]); + ::std::auto_ptr<DBTreeListBox> aTemp(m_pLists[i]); m_pLists[i] = NULL; } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
