GNOME Bugzilla – Bug 360658
Impress, OpenDocument and cleaning up document factory
Last modified: 2006-10-08 14:52:28 UTC
The file backend/ev-document-factory.c conditionally includes some backend files depending on configure flags, while others are included inconditionally. Also, the impress backend does not accept OpenDocument presentations. I've added the MIME-types to the files involved to get preliminary support. Lots of warnings and rendering doesn't look good at all, but the Impress backend is experimental anyway, right?
Created attachment 74295 [details] [review] Proposed fix Please review before committing ;)
Reviewed by nsh: < nsh> y, please commit 2006-10-08 Wouter Bolsterlee <wbolster@gnome.org> * backend/ev-document-factory.c: * configure.ac: Assigned OpenDocument presenation MIME type to the Impress backend. Added some missing (but harmless) #ifdefs in the document factory as well to make things consistent again. Fixes bug #360658.