[Libreoffice-commits] core.git: desktop/source

Jan Holesovsky kendy at collabora.com
Thu Nov 6 12:31:19 PST 2014


 desktop/source/lib/init.cxx |   10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

New commits:
commit fea4793169283b3e5f1af76a007273728eaf0b6b
Author: Jan Holesovsky <kendy at collabora.com>
Date:   Thu Nov 6 21:00:02 2014 +0100

    LOK: Remove formats that we cannot export, and add PDF for Draw.
    
    Change-Id: I64a73fb73b16ce265cd78d76c0325db051e55e26

diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx
index 60c53fb..62ab3ec 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 }
 };
 


More information about the Libreoffice-commits mailing list