User: hr Date: 2007-08-02 14:26:18+0000 Modified: dba/dbaccess/source/ui/browser/dbloader.cxx
Log: INTEGRATION: CWS rpt23fix01 (1.29.4); FILE MERGED 2007/07/16 07:11:41 lla 1.29.4.1: #i77897# add comments File Changes: Directory: /dba/dbaccess/source/ui/browser/ =========================================== File [changed]: dbloader.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/browser/dbloader.cxx?r1=1.29&r2=1.30 Delta lines: +3 -0 ------------------- --- dbloader.cxx 2007-07-06 08:03:30+0000 1.29 +++ dbloader.cxx 2007-08-02 14:26:15+0000 1.30 @@ -106,6 +106,7 @@ #include "UITools.hxx" #endif + using namespace ::com::sun::star::uno; using namespace ::com::sun::star::frame; using namespace ::com::sun::star::beans; @@ -330,6 +331,7 @@ OSL_ENSURE( bSuccess, "DBContentLoader::load: missing the required arguments - could not initialize the query design!" ); } + // init controller if ( bSuccess ) { ::vos::OGuard aGuard(Application::GetSolarMutex()); @@ -368,6 +370,7 @@ } + // assign controller and frame if (bSuccess && rListener.is()) { if ( xController.is() && rFrame.is() ) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
