Tag: cws_src680_dba203a User: fs Date: 06/03/16 01:55:23 Modified: /dba/dbaccess/source/ui/inc/ documentcontroller.hxx
Log: #i63162# don't hold the model as SharedUNOComponent (including vetoing closings), but as simple reference. Views don't veto closing the model anymore File Changes: Directory: /dba/dbaccess/source/ui/inc/ ======================================= File [changed]: documentcontroller.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/inc/documentcontroller.hxx?r1=1.3&r2=1.3.68.1 Delta lines: +5 -9 ------------------- --- documentcontroller.hxx 19 Oct 2005 11:51:48 -0000 1.3 +++ documentcontroller.hxx 16 Mar 2006 09:55:20 -0000 1.3.68.1 @@ -4,9 +4,9 @@ * * $RCSfile: documentcontroller.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.3.68.1 $ * - * last change: $Author: rt $ $Date: 2005/10/19 11:51:48 $ + * last change: $Author: fs $ $Date: 2006/03/16 09:55:20 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -45,10 +45,6 @@ #endif /** === end UNO includes === **/ -#ifndef UNOTOOLS_INC_SHAREDUNOCOMPONENT_HXX -#include <unotools/sharedunocomponent.hxx> -#endif - //........................................................................ namespace dbaui { @@ -69,7 +65,7 @@ class ModelControllerConnector { private: - typedef ::utl::SharedUNOComponent< ::com::sun::star::frame::XModel, ::utl::CloseableComponent > Model; + typedef ::com::sun::star::uno::Reference< ::com::sun::star::frame::XModel > Model; typedef ::com::sun::star::uno::Reference< ::com::sun::star::frame::XController > Controller; Model m_xModel; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
