User: rt Date: 2007-07-06 08:29:57+0000 Modified: dba/dbaccess/source/ui/inc/formadapter.hxx
Log: INTEGRATION: CWS oj14 (1.5.8); FILE MERGED 2007/06/04 18:41:44 oj 1.5.8.3: RESYNC: (1.6-1.7); FILE MERGED 2006/11/07 09:31:23 oj 1.5.8.2: RESYNC: (1.5-1.6); FILE MERGED 2006/04/25 13:03:10 oj 1.5.8.1: new include File Changes: Directory: /dba/dbaccess/source/ui/inc/ ======================================= File [changed]: formadapter.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/inc/formadapter.hxx?r1=1.7&r2=1.8 Delta lines: +5 -1 ------------------- --- formadapter.hxx 2007-05-10 10:32:38+0000 1.7 +++ formadapter.hxx 2007-07-06 08:29:54+0000 1.8 @@ -148,6 +148,9 @@ #ifndef _CPPUHELPER_IMPLBASE10_HXX_ #include <cppuhelper/implbase10.hxx> #endif +#ifndef _DBAUI_MODULE_DBU_HXX_ +#include "moduledbu.hxx" +#endif namespace dbaui { @@ -211,6 +214,7 @@ ,public SbaXFormAdapter_BASE3 { private: + OModuleClient m_aModuleClient; ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XRowSet > m_xMainForm; ::osl::Mutex m_aMutex; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
