From fea4793169283b3e5f1af76a007273728eaf0b6b Mon Sep 17 00:00:00 2001 From: Jan Holesovsky Date: Thu, 6 Nov 2014 21:00:02 +0100 Subject: LOK: Remove formats that we cannot export, and add PDF for Draw. Change-Id: I64a73fb73b16ce265cd78d76c0325db051e55e26 --- desktop/source/lib/init.cxx | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'desktop') 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 } }; -- cgit v1.2.3