249250251252253254255256257258259
{ wizard = new ExportLdifWizard(); } else if ( this.type == TYPE_EXPORT_CSV ) { wizard = new ExportCsvWizard(); } else if ( this.type == TYPE_EXPORT_EXCEL ) { wizard = new ExportExcelWizard(); }
248249250251252253254255256257258
235236237238239240241242243244245