Tag: cws_src680_dba201b User: fs Date: 05/07/20 02:59:10 Modified: /dba/dbaccess/source/ui/inc/ singledoccontroller.hxx
Log: #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.10&r2=1.10.136.1 Delta lines: +8 -3 ------------------- --- singledoccontroller.hxx 9 Sep 2004 09:46:09 -0000 1.10 +++ singledoccontroller.hxx 20 Jul 2005 09:59:06 -0000 1.10.136.1 @@ -2,9 +2,9 @@ * * $RCSfile: singledoccontroller.hxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.10.136.1 $ * - * last change: $Author: rt $ $Date: 2004/09/09 09:46:09 $ + * last change: $Author: fs $ $Date: 2005/07/20 09:59:06 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -86,6 +86,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 @@ -122,6 +125,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]
