261262263264265266267268269270271
{ wizard = new ExportOdfWizard(); } else if ( this.type == TYPE_EXPORT_DSML ) { wizard = new ExportDsmlWizard(); } if ( wizard != null ) { WizardDialog dialog = new WizardDialog( getShell(), wizard );
260261262263264265266267268269270
243244245246247248249250251252253
{ wizard = new ExportExcelWizard(); } else if ( this.type == TYPE_EXPORT_DSML ) { wizard = new ExportDsmlWizard(); } if ( wizard != null ) { WizardDialog dialog = new WizardDialog( getShell(), wizard );