User: rt Date: 2007/04/26 01:03:11 Modified: dba/dbaccess/source/ui/querydesign/querydlg.cxx
Log: INTEGRATION: CWS residcleanup (1.13.80); FILE MERGED 2007/02/26 22:58:52 pl 1.13.80.1: #i74635# no more ResMgr default File Changes: Directory: /dba/dbaccess/source/ui/querydesign/ =============================================== File [changed]: querydlg.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/querydesign/querydlg.cxx?r1=1.13&r2=1.14 Delta lines: +7 -7 ------------------- --- querydlg.cxx 17 Sep 2006 07:27:09 -0000 1.13 +++ querydlg.cxx 26 Apr 2007 08:03:08 -0000 1.14 @@ -83,13 +83,13 @@ const Reference< XConnection >& _xConnection, BOOL _bAllowTableSelect) :ModalDialog( pParent, ModuleRes(DLG_QRY_JOIN) ) - ,aFL_Join( this, ResId( FL_JOIN ) ) - ,aFT_Title( this, ResId(FT_LISTBOXTITLE) ) - ,aLB_JoinType( this, ResId(LB_JOINTYPE) ) - ,aML_HelpText( this, ResId(ML_HELPTEXT) ) - ,aPB_OK( this, ResId( PB_OK ) ) - ,aPB_CANCEL( this, ResId( PB_CANCEL ) ) - ,aPB_HELP( this, ResId( PB_HELP ) ) + ,aFL_Join( this, ModuleRes( FL_JOIN ) ) + ,aFT_Title( this, ModuleRes(FT_LISTBOXTITLE) ) + ,aLB_JoinType( this, ModuleRes(LB_JOINTYPE) ) + ,aML_HelpText( this, ModuleRes(ML_HELPTEXT) ) + ,aPB_OK( this, ModuleRes( PB_OK ) ) + ,aPB_CANCEL( this, ModuleRes( PB_CANCEL ) ) + ,aPB_HELP( this, ModuleRes( PB_HELP ) ) ,m_pTableControl( NULL ) ,m_pTableMap(_pTableMap) ,eJoinType(_pData->GetJoinType()) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
