Tag: mws_oof680 User: kz Date: 2007/01/24 05:31:32 Modified: dba/dbaccess/source/ui/control/dbtreelistbox.cxx
Log: INTEGRATION: CWS dba22c_OOF680 (1.16.4); FILE MERGED 2007/01/08 10:54:58 oj 1.16.4.1: #137758# autotimer stoped when visible state changed 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.16&r2=1.16.6.1 Delta lines: +6 -0 ------------------- --- dbtreelistbox.cxx 20 Dec 2006 14:13:47 -0000 1.16 +++ dbtreelistbox.cxx 24 Jan 2007 13:31:29 -0000 1.16.6.1 @@ -586,6 +586,12 @@ aSelectHdl.Call( m_pSelectedEntry ); return 0L; } +// ----------------------------------------------------------------------------- +void DBTreeListBox::StateChanged( StateChangedType nStateChange ) +{ + if ( nStateChange == STATE_CHANGE_VISIBLE && m_aTimer.IsActive() ) + m_aTimer.Stop(); +} // ......................................................................... } // namespace dbaui // ......................................................................... --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
