Kaydet (Commit) fea47931 authored tarafından Jan Holesovsky's avatar Jan Holesovsky

LOK: Remove formats that we cannot export, and add PDF for Draw.

Change-Id: I64a73fb73b16ce265cd78d76c0325db051e55e26
üst a9272d35
...@@ -137,19 +137,13 @@ static const ExtensionMap aImpressExtensionMap[] = ...@@ -137,19 +137,13 @@ static const ExtensionMap aImpressExtensionMap[] =
static const ExtensionMap aDrawExtensionMap[] = static const ExtensionMap aDrawExtensionMap[] =
{ {
{ "odg", "draw8" },
{ "fodg", "draw_ODG_FlatXML" }, { "fodg", "draw_ODG_FlatXML" },
{ "html", "draw_html_Export" }, { "html", "draw_html_Export" },
{ "odg", "draw8" },
{ "pdf", "draw_pdf_Export" },
{ "svg", "draw_svg_Export" }, { "svg", "draw_svg_Export" },
{ "swf", "draw_flash_Export" }, { "swf", "draw_flash_Export" },
{ "xhtml", "XHTML Draw File" }, { "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 } { NULL, NULL }
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment