Tag: cws_src680_odbmacros2 User: fs Date: 2008-01-26 21:22:14+0000 Modified: dba/dbaccess/source/ui/misc/singledoccontroller.cxx
Log: m_aModelConnector not used anymore File Changes: Directory: /dba/dbaccess/source/ui/misc/ ======================================== File [changed]: singledoccontroller.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/misc/singledoccontroller.cxx?r1=1.22.98.2&r2=1.22.98.3 Delta lines: +2 -3 ------------------- --- singledoccontroller.cxx 2007-12-18 21:25:10+0000 1.22.98.2 +++ singledoccontroller.cxx 2008-01-26 21:22:12+0000 1.22.98.3 @@ -4,9 +4,9 @@ * * $RCSfile: singledoccontroller.cxx,v $ * - * $Revision: 1.22.98.2 $ + * $Revision: 1.22.98.3 $ * - * last change: $Author: fs $ $Date: 2007/12/18 21:25:10 $ + * last change: $Author: fs $ $Date: 2008/01/26 21:22:12 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -180,7 +180,6 @@ DataSourceHolder m_aDataSource; Reference< XModel > m_xDocument; Reference< XNumberFormatter > m_xFormatter; // a number formatter working with the connection's NumberFormatsSupplier - 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]
