Initial attempt at an ODF driver
[pspp] / src / output / output.c
index c0747a973dc7db33a2b370b28e25b6e647bb23c3..a556ad81e8e7b1f49584261829459988b83b732b 100644 (file)
@@ -230,6 +230,7 @@ outp_init (void)
 #ifdef HAVE_CAIRO
   add_class (&cairo_class);
 #endif
+  add_class (&odt_class);
 
   add_name (def, &def[strlen (def)], OUTP_S_INIT_FILE);
 }
@@ -706,7 +707,6 @@ outp_allocate_driver (const struct outp_class *class,
   d->device = types;
   d->cp_x = d->cp_y = 0;
   d->ext = NULL;
-  d->prc = NULL;
   return d;
 }