had to rename the packages to make them compliant with buckminster
[taxeditor.git] / eu.etaxonomy.taxeditor.printpublisher / src / main / java / eu / etaxonomy / taxeditor / printpublisher / wizard / PublishWizardODF.java
diff --git a/eu.etaxonomy.taxeditor.printpublisher/src/main/java/eu/etaxonomy/taxeditor/printpublisher/wizard/PublishWizardODF.java b/eu.etaxonomy.taxeditor.printpublisher/src/main/java/eu/etaxonomy/taxeditor/printpublisher/wizard/PublishWizardODF.java
new file mode 100644 (file)
index 0000000..868d72f
--- /dev/null
@@ -0,0 +1,25 @@
+/**
+ * 
+ */
+package eu.etaxonomy.taxeditor.printpublisher.wizard;
+
+import eu.etaxonomy.cdm.print.out.odf.OdfOutputModule;
+
+
+/**
+ * <p>PublishWizardODF class.</p>
+ *
+ * @author n.hoffmann
+ * @created Apr 1, 2010
+ * @version 1.0
+ */
+public class PublishWizardODF extends AbstractPublishWizard  {
+
+       /**
+        * <p>Constructor for PublishWizardODF.</p>
+        */
+       public PublishWizardODF() {
+               setOutputModule(new OdfOutputModule());
+               setWindowTitle("Publish ODF");
+       }
+}