(no commit message)
[taxeditor.git] / taxeditor-printpublisher / src / main / java / eu / etaxonomy / printpublisher / wizard / PublishWizardODF.java
1 /**
2 *
3 */
4 package eu.etaxonomy.printpublisher.wizard;
5
6 import eu.etaxonomy.printpublisher.out.odf.OdfOutputModule;
7
8
9 /**
10 *
11 * @author n.hoffmann
12 * @created Apr 1, 2010
13 * @version 1.0
14 */
15 public class PublishWizardODF extends AbstractPublishWizard {
16
17 /**
18 *
19 */
20 public PublishWizardODF() {
21 setOutputModule(new OdfOutputModule());
22 setWindowTitle("Publish ODF");
23 }
24 }