Tag: cws_src680_dba201a User: oj Date: 05/05/23 02:06:33 Modified: /dba/dbaccess/source/ui/app/ AppDetailView.cxx, AppDetailView.hxx
Log: #123058# set last active to NULL File Changes: Directory: /dba/dbaccess/source/ui/app/ ======================================= File [changed]: AppDetailView.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/app/AppDetailView.cxx?r1=1.9.34.3&r2=1.9.34.4 Delta lines: +4 -3 ------------------- --- AppDetailView.cxx 18 May 2005 06:41:11 -0000 1.9.34.3 +++ AppDetailView.cxx 23 May 2005 09:06:30 -0000 1.9.34.4 @@ -494,6 +494,7 @@ void OTasksWindow::Clear() { DBG_CHKTHIS(OTasksWindow,NULL); + m_aCreation.resetLastActive(); SvLBoxEntry* pEntry = m_aCreation.First(); while ( pEntry ) { File [changed]: AppDetailView.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/app/AppDetailView.hxx?r1=1.7.34.2&r2=1.7.34.3 Delta lines: +5 -3 ------------------- --- AppDetailView.hxx 18 May 2005 06:41:11 -0000 1.7.34.2 +++ AppDetailView.hxx 23 May 2005 09:06:31 -0000 1.7.34.3 @@ -128,6 +128,8 @@ virtual void GetFocus(); virtual void LoseFocus(); + inline void resetLastActive() { m_pLastActiveEntry = NULL;} + void updateHelpText(); protected: --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
