diff options
author | Jan Holesovsky <kendy@collabora.com> | 2014-11-06 21:00:02 +0100 |
---|---|---|
committer | Jan Holesovsky <kendy@collabora.com> | 2014-11-06 21:12:48 +0100 |
commit | fea4793169283b3e5f1af76a007273728eaf0b6b (patch) | |
tree | 8215bae813e8f2853d354401635d368180057169 | |
parent | a9272d35755813838105ae735a1c65043e824c99 (diff) |
LOK: Remove formats that we cannot export, and add PDF for Draw.
Change-Id: I64a73fb73b16ce265cd78d76c0325db051e55e26
-rw-r--r-- | desktop/source/lib/init.cxx | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx index 60c53fb16bf6..62ab3ec8e1a5 100644 --- a/desktop/source/lib/init.cxx +++ b/desktop/source/lib/init.cxx @@ -137,19 +137,13 @@ static const ExtensionMap aImpressExtensionMap[] = static const ExtensionMap aDrawExtensionMap[] = { - { "odg", "draw8" }, { "fodg", "draw_ODG_FlatXML" }, { "html", "draw_html_Export" }, + { "odg", "draw8" }, + { "pdf", "draw_pdf_Export" }, { "svg", "draw_svg_Export" }, { "swf", "draw_flash_Export" }, { "xhtml", "XHTML Draw File" }, - { "vdx", "draw_Visio_Document" }, - { "vsd", "draw_Visio_Document" }, - { "vsdm", "draw_Visio_Document" }, - { "vsdx", "draw_Visio_Document" }, - { "pub", "draw_Publisher_Document" }, - { "cdr", "draw_CorelDraw_Document" }, - { "wpg", "draw_WordPerfect_Graphics" }, { NULL, NULL } }; |