Tag: cws_src680_dba201b User: fs Date: 05/07/20 03:15:29 Modified: /dba/dbaccess/source/filter/xml/ dbloader2.cxx
Log: #i51255# no explicit dis/connectController from the outside - controllers are now responsible for this themself, including life time control of the model File Changes: Directory: /dba/dbaccess/source/filter/xml/ =========================================== File [changed]: dbloader2.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/filter/xml/dbloader2.cxx?r1=1.13.6.1&r2=1.13.6.2 Delta lines: +2 -3 ------------------- --- dbloader2.cxx 11 Jul 2005 13:37:03 -0000 1.13.6.1 +++ dbloader2.cxx 20 Jul 2005 10:15:26 -0000 1.13.6.2 @@ -2,9 +2,9 @@ * * $RCSfile: dbloader2.cxx,v $ * - * $Revision: 1.13.6.1 $ + * $Revision: 1.13.6.2 $ * - * last change: $Author: fs $ $Date: 2005/07/11 13:37:03 $ + * last change: $Author: fs $ $Date: 2005/07/20 10:15:26 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -587,7 +587,6 @@ if ( bSuccess = xController.is() ) { xController->attachModel(xModel); - xModel->connectController( xController ); xModel->setCurrentController(xController); ::vos::OGuard aGuard(Application::GetSolarMutex()); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
