User: obo     
Date: 06/03/29 04:39:25

Modified:
 /dba/dbaccess/source/ui/inc/
  documentcontroller.hxx

Log:
 INTEGRATION: CWS dba203a (1.3.68); FILE MERGED
 2006/03/16 09:55:20 fs 1.3.68.1: #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.4
Delta lines:  +2 -6
-------------------
--- documentcontroller.hxx      19 Oct 2005 11:51:48 -0000      1.3
+++ documentcontroller.hxx      29 Mar 2006 12:39:23 -0000      1.4
@@ -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]

Reply via email to