User: rt Date: 2007-07-06 08:26:52+0000 Modified: dba/dbaccess/source/ui/inc/brwctrlr.hxx
Log: INTEGRATION: CWS oj14 (1.33.4); FILE MERGED 2007/06/04 18:38:45 oj 1.33.4.4: RESYNC: (1.36-1.37); FILE MERGED 2006/11/07 09:26:46 oj 1.33.4.3: RESYNC: (1.35-1.36); FILE MERGED 2006/07/04 08:07:51 oj 1.33.4.2: RESYNC: (1.33-1.35); FILE MERGED 2006/04/25 13:03:08 oj 1.33.4.1: new include File Changes: Directory: /dba/dbaccess/source/ui/inc/ ======================================= File [changed]: brwctrlr.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/inc/brwctrlr.hxx?r1=1.37&r2=1.38 Delta lines: +4 -1 ------------------- --- brwctrlr.hxx 2007-05-10 10:30:41+0000 1.37 +++ brwctrlr.hxx 2007-07-06 08:26:49+0000 1.38 @@ -102,7 +102,9 @@ #ifndef _CLIPLISTENER_HXX #include <svtools/cliplistener.hxx> #endif - +#ifndef _DBAUI_MODULE_DBU_HXX_ +#include "moduledbu.hxx" +#endif class ResMgr; struct FmFoundRecordInformation; struct FmSearchContext; @@ -133,6 +135,7 @@ // for implementing the XFormController class FormControllerImpl; friend class FormControllerImpl; + OModuleClient m_aModuleClient; ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XRowSet > m_xRowSet; // our rowset ::com::sun::star::uno::Reference< ::com::sun::star::sdbcx::XColumnsSupplier > m_xColumnsSupplier; // queried from the rowset member --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
