User: hr Date: 05/09/23 05:35:52 Modified: /dba/dbaccess/source/ui/inc/ singledoccontroller.hxx
Log: INTEGRATION: CWS dba201b (1.10.136); FILE MERGED 2005/09/21 09:45:51 oj 1.10.136.2: RESYNC: (1.10-1.11); FILE MERGED 2005/07/20 09:59:06 fs 1.10.136.1: #i51255# +m_aModelConnector - hold model alive as long as we live, and (attempt to) close it when we die File Changes: Directory: /dba/dbaccess/source/ui/inc/ ======================================= File [changed]: singledoccontroller.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/inc/singledoccontroller.hxx?r1=1.11&r2=1.12 Delta lines: +5 -0 ------------------- --- singledoccontroller.hxx 8 Sep 2005 16:03:01 -0000 1.11 +++ singledoccontroller.hxx 23 Sep 2005 12:35:50 -0000 1.12 @@ -60,6 +60,9 @@ #ifndef DBAUI_IENVIRONMENT_HXX #include "IEnvironment.hxx" #endif +#ifndef DBACCESS_SOURCE_UI_INC_DOCUMENTCONTROLLER_HXX +#include "documentcontroller.hxx" +#endif #ifndef _UNDO_HXX #include <svtools/undo.hxx> #endif @@ -96,6 +99,8 @@ ::rtl::OUString m_sDataSourceName; // the data source we're working for ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > m_xDataSource; + ModelControllerConnector + m_aModelConnector; sal_Bool m_bOwnConnection : 1; // is true when we created our own connection sal_Bool m_bSuspended : 1; // is true when the controller was already suspended sal_Bool m_bEditable : 1; // is the control readonly or not --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
