automated build configuration is on its way
[taxeditor.git] / taxeditor-printpublisher / src / main / java / eu / etaxonomy / taxeditor / printpublisher / wizard / PublishWizardODF.java
1 /**
2 *
3 */
4 package eu.etaxonomy.taxeditor.printpublisher.wizard;
5
6 import eu.etaxonomy.cdm.print.out.odf.OdfOutputModule;
7
8
9 /**
10 * <p>PublishWizardODF class.</p>
11 *
12 * @author n.hoffmann
13 * @created Apr 1, 2010
14 * @version 1.0
15 */
16 public class PublishWizardODF extends AbstractPublishWizard {
17
18 /**
19 * <p>Constructor for PublishWizardODF.</p>
20 */
21 public PublishWizardODF() {
22 setOutputModule(new OdfOutputModule());
23 setWindowTitle("Publish ODF");
24 }
25 }