User: rt Date: 2007/04/26 00:59:19 Modified: dba/dbaccess/source/ui/dlg/directsql.cxx
Log: INTEGRATION: CWS residcleanup (1.7.80); FILE MERGED 2007/02/26 22:58:48 pl 1.7.80.1: #i74635# no more ResMgr default File Changes: Directory: /dba/dbaccess/source/ui/dlg/ ======================================= File [changed]: directsql.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/dlg/directsql.cxx?r1=1.7&r2=1.8 Delta lines: +11 -11 --------------------- --- directsql.cxx 17 Sep 2006 07:08:52 -0000 1.7 +++ directsql.cxx 26 Apr 2007 07:59:16 -0000 1.8 @@ -108,17 +108,17 @@ //-------------------------------------------------------------------- DirectSQLDialog::DirectSQLDialog( Window* _pParent, const Reference< XConnection >& _rxConn ) :ModalDialog(_pParent, ModuleRes(DLG_DIRECTSQL)) - ,m_aFrame (this, ResId(FL_SQL)) - ,m_aSQLLabel (this, ResId(FT_SQL)) - ,m_aSQL (this, ResId(ME_SQL)) - ,m_aExecute (this, ResId(PB_EXECUTE)) - ,m_aHistoryLabel (this, ResId(FT_HISTORY)) - ,m_pSQLHistory(new LargeEntryListBox(this, ResId(LB_HISTORY))) - ,m_aStatusFrame (this, ResId(FL_STATUS)) - ,m_aStatus (this, ResId(ME_STATUS)) - ,m_aButtonSeparator (this, ResId(FL_BUTTONS)) - ,m_aHelp (this, ResId(PB_HELP)) - ,m_aClose (this, ResId(PB_CLOSE)) + ,m_aFrame (this, ModuleRes(FL_SQL)) + ,m_aSQLLabel (this, ModuleRes(FT_SQL)) + ,m_aSQL (this, ModuleRes(ME_SQL)) + ,m_aExecute (this, ModuleRes(PB_EXECUTE)) + ,m_aHistoryLabel (this, ModuleRes(FT_HISTORY)) + ,m_pSQLHistory(new LargeEntryListBox(this, ModuleRes(LB_HISTORY))) + ,m_aStatusFrame (this, ModuleRes(FL_STATUS)) + ,m_aStatus (this, ModuleRes(ME_STATUS)) + ,m_aButtonSeparator (this, ModuleRes(FL_BUTTONS)) + ,m_aHelp (this, ModuleRes(PB_HELP)) + ,m_aClose (this, ModuleRes(PB_CLOSE)) ,m_nHistoryLimit(20) ,m_nStatusCount(1) ,m_xConnection(_rxConn) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
