User: rt Date: 2007/04/26 01:01:15 Modified: dba/dbaccess/source/ui/dlg/queryorder.cxx
Log: INTEGRATION: CWS residcleanup (1.19.46); FILE MERGED 2007/02/26 22:58:50 pl 1.19.46.1: #i74635# no more ResMgr default File Changes: Directory: /dba/dbaccess/source/ui/dlg/ ======================================= File [changed]: queryorder.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/dlg/queryorder.cxx?r1=1.19&r2=1.20 Delta lines: +16 -16 --------------------- --- queryorder.cxx 21 Nov 2006 17:16:52 -0000 1.19 +++ queryorder.cxx 26 Apr 2007 08:01:12 -0000 1.20 @@ -98,22 +98,22 @@ const Reference< XSingleSelectQueryComposer >& _rxComposer, const Reference< XNameAccess>& _rxCols) :ModalDialog( pParent, ModuleRes(DLG_ORDERCRIT) ) - ,aLB_ORDERFIELD1( this, ResId( LB_ORDERFIELD1 ) ) - ,aLB_ORDERVALUE1( this, ResId( LB_ORDERVALUE1 ) ) - ,aLB_ORDERFIELD2( this, ResId( LB_ORDERFIELD2 ) ) - ,aLB_ORDERVALUE2( this, ResId( LB_ORDERVALUE2 ) ) - ,aLB_ORDERFIELD3( this, ResId( LB_ORDERFIELD3 ) ) - ,aLB_ORDERVALUE3( this, ResId( LB_ORDERVALUE3 ) ) - ,aFT_ORDERFIELD( this, ResId( FT_ORDERFIELD ) ) - ,aFT_ORDERAFTER1( this, ResId( FT_ORDERAFTER1 ) ) - ,aFT_ORDERAFTER2( this, ResId( FT_ORDERAFTER2 ) ) - ,aFT_ORDEROPER( this, ResId( FT_ORDEROPER ) ) - ,aFT_ORDERDIR( this, ResId( FT_ORDERDIR ) ) - ,aBT_OK( this, ResId( BT_OK ) ) - ,aBT_CANCEL( this, ResId( BT_CANCEL ) ) - ,aBT_HELP( this, ResId( BT_HELP ) ) - ,aFL_ORDER( this, ResId( FL_ORDER ) ) - ,aSTR_NOENTRY( ResId( STR_NOENTRY ) ) + ,aLB_ORDERFIELD1( this, ModuleRes( LB_ORDERFIELD1 ) ) + ,aLB_ORDERVALUE1( this, ModuleRes( LB_ORDERVALUE1 ) ) + ,aLB_ORDERFIELD2( this, ModuleRes( LB_ORDERFIELD2 ) ) + ,aLB_ORDERVALUE2( this, ModuleRes( LB_ORDERVALUE2 ) ) + ,aLB_ORDERFIELD3( this, ModuleRes( LB_ORDERFIELD3 ) ) + ,aLB_ORDERVALUE3( this, ModuleRes( LB_ORDERVALUE3 ) ) + ,aFT_ORDERFIELD( this, ModuleRes( FT_ORDERFIELD ) ) + ,aFT_ORDERAFTER1( this, ModuleRes( FT_ORDERAFTER1 ) ) + ,aFT_ORDERAFTER2( this, ModuleRes( FT_ORDERAFTER2 ) ) + ,aFT_ORDEROPER( this, ModuleRes( FT_ORDEROPER ) ) + ,aFT_ORDERDIR( this, ModuleRes( FT_ORDERDIR ) ) + ,aBT_OK( this, ModuleRes( BT_OK ) ) + ,aBT_CANCEL( this, ModuleRes( BT_CANCEL ) ) + ,aBT_HELP( this, ModuleRes( BT_HELP ) ) + ,aFL_ORDER( this, ModuleRes( FL_ORDER ) ) + ,aSTR_NOENTRY( ModuleRes( STR_NOENTRY ) ) ,m_xQueryComposer( _rxComposer ) ,m_xColumns(_rxCols) ,m_xConnection(_rxConnection) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
