Tag: cws_src680_rpt23fix01 User: lla Date: 2007-07-16 07:11:43+0000 Modified: dba/dbaccess/source/ui/browser/dbloader.cxx
Log: #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.29.4.1 Delta lines: +6 -3 ------------------- --- dbloader.cxx 2007-07-06 08:03:30+0000 1.29 +++ dbloader.cxx 2007-07-16 07:11:41+0000 1.29.4.1 @@ -4,9 +4,9 @@ * * $RCSfile: dbloader.cxx,v $ * - * $Revision: 1.29 $ + * $Revision: 1.29.4.1 $ * - * last change: $Author: rt $ $Date: 2007/07/06 08:03:30 $ + * last change: $Author: lla $ $Date: 2007/07/16 07:11:41 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -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]
