253254255256257258259260261262263
{ wizard = new ExportCsvWizard(); } else if ( this.type == TYPE_EXPORT_EXCEL ) { wizard = new ExportExcelWizard(); } else if ( this.type == TYPE_EXPORT_ODF ) { wizard = new ExportOdfWizard(); }
252253254255256257258259260261262
239240241242243244245246247248249
{ wizard = new ExportCsvWizard(); } else if ( this.type == TYPE_EXPORT_EXCEL ) { wizard = new ExportExcelWizard(); } else if ( this.type == TYPE_EXPORT_DSML ) { wizard = new ExportDsmlWizard(); }