User: rt Date: 2007-07-06 08:27:48+0000 Modified: dba/dbaccess/source/ui/inc/dbtreelistbox.hxx
Log: INTEGRATION: CWS oj14 (1.5.8); FILE MERGED 2007/02/20 15:50:18 oj 1.5.8.7: RESYNC: (1.8-1.10); FILE MERGED 2006/12/18 16:22:14 oj 1.5.8.6: RESYNC: (1.7-1.8); FILE MERGED 2006/11/07 09:30:18 oj 1.5.8.5: RESYNC: (1.6-1.7); FILE MERGED 2006/07/04 08:08:28 oj 1.5.8.4: RESYNC: (1.5-1.6); FILE MERGED 2006/04/25 13:03:08 oj 1.5.8.3: new include 2006/03/20 07:48:38 oj 1.5.8.2: use of module client helper 2006/01/03 07:49:15 oj 1.5.8.1: changed module client File Changes: Directory: /dba/dbaccess/source/ui/inc/ ======================================= File [changed]: dbtreelistbox.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/inc/dbtreelistbox.hxx?r1=1.10&r2=1.11 Delta lines: +5 -4 ------------------- --- dbtreelistbox.hxx 2007-01-25 12:00:37+0000 1.10 +++ dbtreelistbox.hxx 2007-07-06 08:27:45+0000 1.11 @@ -38,9 +38,6 @@ #ifndef _SVTREEBOX_HXX #include <svtools/svtreebx.hxx> #endif -#ifndef _DBAUI_MODULE_DBU_HXX_ -#include "moduledbu.hxx" -#endif #ifndef _SV_TIMER_HXX #include <vcl/timer.hxx> #endif @@ -50,6 +47,10 @@ #ifndef DBAUI_SCROLLHELPER_HXX #include "ScrollHelper.hxx" #endif +#ifndef _DBAUI_MODULE_DBU_HXX_ +#include "moduledbu.hxx" +#endif + namespace dbaui { @@ -71,8 +72,8 @@ class IControlActionListener; class IController; class DBTreeListBox :public SvTreeListBox - ,public dbaui::OModuleClient { + OModuleClient m_aModuleClient; OScrollHelper m_aScrollHelper; Timer m_aTimer; // is needed for table updates Point m_aMousePos; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
