Tag: cws_dev300_odbmacros3
User: fs      
Date: 2008-07-28 06:25:16+0000
Modified:
   dba/dbaccess/inc/documentcontroller.hxx

Log:
 during #i76128#: +connect

File Changes:

Directory: /dba/dbaccess/inc/
=============================

File [changed]: documentcontroller.hxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/inc/documentcontroller.hxx?r1=1.3&r2=1.3.2.1
Delta lines:  +14 -2
--------------------
--- documentcontroller.hxx      2008-04-10 12:13:59+0000        1.3
+++ documentcontroller.hxx      2008-07-28 06:25:14+0000        1.3.2.1
@@ -7,7 +7,7 @@
  * OpenOffice.org - a multi-platform office productivity suite
  *
  * $RCSfile: documentcontroller.hxx,v $
- * $Revision: 1.3 $
+ * $Revision: 1.3.2.1 $
  *
  * This file is part of OpenOffice.org.
  *
@@ -84,6 +84,18 @@
             const ::com::sun::star::uno::Reference< 
::com::sun::star::frame::XController >& _rxController
         );
 
+        /** connects the controller to the model
+
+        @param _rxModel
+            the model to which the controller should be connected
+        @param _rxController
+            the controller which should be connected to the model
+        */
+        void connect(
+            const ::com::sun::star::uno::Reference< 
::com::sun::star::frame::XModel >& _rxModel,
+            const ::com::sun::star::uno::Reference< 
::com::sun::star::frame::XController >& _rxController
+        );
+
         /** destroys the object, and disconnects the controller from the model
         */
         ~ModelControllerConnector();




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to