User: ihi Date: 2007/04/16 09:28:11 Modified: dba/dbaccess/source/ui/inc/singledoccontroller.hxx
Log: INTEGRATION: CWS fwkdbdesign01 (1.14.10); FILE MERGED 2007/03/01 21:33:59 fs 1.14.10.2: #i10000# make compile in non-pro build 2007/02/28 10:34:30 oj 1.14.10.1: #i74541# do not connect the sub controller to the db model 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.14&r2=1.15 Delta lines: +0 -5 ------------------- --- singledoccontroller.hxx 15 Jan 2007 14:35:39 -0000 1.14 +++ singledoccontroller.hxx 16 Apr 2007 16:28:08 -0000 1.15 @@ -60,9 +60,6 @@ #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 @@ -97,8 +94,6 @@ ::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_bSuspended : 1; // is true when the controller was already suspended sal_Bool m_bEditable : 1; // is the control readonly or not sal_Bool m_bModified : 1; // is the data modified --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
