User: obo Date: 2007/01/25 04:00:16 Modified: dba/dbaccess/source/ui/control/dbtreelistbox.cxx
Log: INTEGRATION: CWS dba22c (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.17 Delta lines: +6 -0 ------------------- --- dbtreelistbox.cxx 20 Dec 2006 14:13:47 -0000 1.16 +++ dbtreelistbox.cxx 25 Jan 2007 12:00:13 -0000 1.17 @@ -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]
