diff options
Diffstat (limited to 'dbaccess/inc/documentcontroller.hxx')
-rw-r--r-- | dbaccess/inc/documentcontroller.hxx | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/dbaccess/inc/documentcontroller.hxx b/dbaccess/inc/documentcontroller.hxx index a16e4c645b06..2ca154625d90 100644 --- a/dbaccess/inc/documentcontroller.hxx +++ b/dbaccess/inc/documentcontroller.hxx @@ -72,18 +72,6 @@ namespace dbaui Controller m_xController; public: - /** constructs the object, and 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 - */ - ModelControllerConnector( - const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XModel >& _rxModel, - const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XController >& _rxController - ); - /** connects the controller to the model @param _rxModel |