From 63e43c1db9d0d5c52916dc6d2d7cd1d3d9bcae76 Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Wed, 15 Apr 2020 21:58:15 +0200 Subject: Drop Macromedia Flash export filter Flash technology is going to be retired by the end of 2020 by Adobe: https://theblog.adobe.com/adobe-flash-update/ With this ahead doesn't make much sense for LO 7.0 to support exporting presentations and drawings to swf anymore. Change-Id: Ic2c6e95db2f56bcd4eb25abdd0a6748aee9b0e4c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/92507 Tested-by: Jenkins Reviewed-by: Heiko Tietze Reviewed-by: Thorsten Behrens --- desktop/source/lib/init.cxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'desktop/source') diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx index 2fb3e7efdaad..26dda0f96908 100644 --- a/desktop/source/lib/init.cxx +++ b/desktop/source/lib/init.cxx @@ -242,7 +242,6 @@ static const ExtensionMap aImpressExtensionMap[] = { "pps", "MS PowerPoint 97 Autoplay" }, { "ppt", "MS PowerPoint 97" }, { "svg", "impress_svg_Export" }, - { "swf", "impress_flash_Export" }, { "xhtml", "XHTML Impress File" }, { "png", "impress_png_Export"}, { nullptr, nullptr } @@ -255,7 +254,6 @@ static const ExtensionMap aDrawExtensionMap[] = { "odg", "draw8" }, { "pdf", "draw_pdf_Export" }, { "svg", "draw_svg_Export" }, - { "swf", "draw_flash_Export" }, { "xhtml", "XHTML Draw File" }, { "png", "draw_png_Export"}, { nullptr, nullptr } -- cgit v1.2.3