From 4feaf73a4da939be741516edd3636d1a3c3fc0e2 Mon Sep 17 00:00:00 2001 From: Bryan Quigley Date: Tue, 8 Dec 2015 11:51:55 -0500 Subject: tdf#92925 Remove SVM export from Impress/Draw There's no good reason to export a Draw/Impress document as an SVM. It can still be used as a fallback in exporting an image in any document (including Impress/Draw) though so leaving support to export images as SVM. Change-Id: I3eb5fbd241fe7535b316c2559bbfd09fec3680c7 Reviewed-on: https://gerrit.libreoffice.org/20475 Tested-by: Jenkins Reviewed-by: jan iversen --- filter/Configuration_filter.mk | 2 -- 1 file changed, 2 deletions(-) (limited to 'filter/Configuration_filter.mk') diff --git a/filter/Configuration_filter.mk b/filter/Configuration_filter.mk index 998487a71891..b46d39f54493 100644 --- a/filter/Configuration_filter.mk +++ b/filter/Configuration_filter.mk @@ -720,7 +720,6 @@ $(eval $(call filter_Configuration_add_filters,fcfg_langpack,fcfg_drawgraphics_f draw_met_Export \ draw_png_Export \ draw_svg_Export \ - draw_svm_Export \ draw_tif_Export \ draw_wmf_Export \ )) @@ -761,7 +760,6 @@ $(eval $(call filter_Configuration_add_filters,fcfg_langpack,fcfg_impressgraphic impress_met_Export \ impress_png_Export \ impress_svg_Export \ - impress_svm_Export \ impress_tif_Export \ impress_wmf_Export \ )) -- cgit