From e72e8c59fb1103f46b3d0b3e6a2386566068b1a2 Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Sun, 27 Sep 2015 07:35:39 +0200 Subject: OOXML with VBA needs to be a different filter type The filter type also contains the file format, so we need to use a different type to keep the xlsm extension during export. Now the only missing part is the warning that saving as the non-VBA version will loose the VBA stream. Change-Id: I11f78d2c33cb2834086a4e9fad141b3e374b8991 --- filter/Configuration_filter.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'filter/Configuration_filter.mk') diff --git a/filter/Configuration_filter.mk b/filter/Configuration_filter.mk index 1f7280789091..5fe58b0e3aca 100644 --- a/filter/Configuration_filter.mk +++ b/filter/Configuration_filter.mk @@ -506,6 +506,7 @@ $(eval $(call filter_Configuration_add_types,fcfg_langpack,fcfg_calc_types.xcu,f calc8 \ calc8_template \ MS_Excel_2007_XML \ + MS_Excel_2007_VBA_XML \ MS_Excel_2007_XML_Template \ MS_Excel_2007_Binary \ calc_OOXML \ -- cgit v1.2.3