Tag: cws_src680_oj14 User: oj Date: 2007-06-04 18:26:26+0000 Log: RESYNC: (1.27-1.28); FILE MERGED
File Changes: Directory: /dba/dbaccess/source/ui/dlg/ ======================================= File [changed]: indexdialog.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/dlg/indexdialog.cxx?r1=1.22.4.7&r2=1.22.4.8 Delta lines: +10 -10 --------------------- --- indexdialog.cxx 2006-11-07 09:23:40+0000 1.22.4.7 +++ indexdialog.cxx 2007-06-04 18:26:23+0000 1.22.4.8 @@ -217,16 +217,16 @@ :ModalDialog( _pParent, ModuleRes(DLG_INDEXDESIGN)) ,m_xConnection(_rxConnection) ,m_aGeometrySettings(E_DIALOG, ::rtl::OUString::createFromAscii("dbaccess.tabledesign.indexdialog")) - ,m_aActions (this, ResId(TLB_ACTIONS)) - ,m_aIndexes (this, ResId(CTR_INDEXLIST)) - ,m_aIndexDetails (this, ResId(FL_INDEXDETAILS)) - ,m_aDescriptionLabel (this, ResId(FT_DESC_LABEL)) - ,m_aDescription (this, ResId(FT_DESCRIPTION)) - ,m_aUnique (this, ResId(CB_UNIQUE)) - ,m_aFieldsLabel (this, ResId(FT_FIELDS)) - ,m_pFields(new IndexFieldsControl (this, ResId(CTR_FIELDS),_nMaxColumnsInIndex)) - ,m_aClose (this, ResId(PB_CLOSE)) - ,m_aHelp (this, ResId(HB_HELP)) + ,m_aActions (this, ModuleRes(TLB_ACTIONS)) + ,m_aIndexes (this, ModuleRes(CTR_INDEXLIST)) + ,m_aIndexDetails (this, ModuleRes(FL_INDEXDETAILS)) + ,m_aDescriptionLabel (this, ModuleRes(FT_DESC_LABEL)) + ,m_aDescription (this, ModuleRes(FT_DESCRIPTION)) + ,m_aUnique (this, ModuleRes(CB_UNIQUE)) + ,m_aFieldsLabel (this, ModuleRes(FT_FIELDS)) + ,m_pFields(new IndexFieldsControl (this, ModuleRes(CTR_FIELDS),_nMaxColumnsInIndex)) + ,m_aClose (this, ModuleRes(PB_CLOSE)) + ,m_aHelp (this, ModuleRes(HB_HELP)) ,m_pIndexes(NULL) ,m_pPreviousSelection(NULL) ,m_bEditAgain(sal_False) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
