Tag: cws_dev300_odbmacros3 User: fs Date: 2008-07-28 06:29:01+0000 Modified: dba/dbaccess/source/filter/xml/dbloader2.cxx
Log: #i76128# do setCurrentController as last action when knitting the model/controller/frame, this is used as indicated that the load process is finished 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.32.28.8&r2=1.32.28.9 Delta lines: +2 -2 ------------------- --- dbloader2.cxx 2008-07-23 11:47:51+0000 1.32.28.8 +++ dbloader2.cxx 2008-07-28 06:28:59+0000 1.32.28.9 @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: dbloader2.cxx,v $ - * $Revision: 1.32.28.8 $ + * $Revision: 1.32.28.9 $ * * This file is part of OpenOffice.org. * @@ -511,8 +511,8 @@ { xController->attachModel( xModel ); rFrame->setComponent( xController->getComponentWindow(), xController.get() ); - xModel->setCurrentController( xController.get() ); xController->attachFrame( rFrame ); + xModel->setCurrentController( xController.get() ); } } catch( const Exception& ) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
