summaryrefslogtreecommitdiff
path: root/filter/Configuration_filter.mk
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2015-09-27 07:35:39 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2015-09-27 07:38:47 +0200
commite72e8c59fb1103f46b3d0b3e6a2386566068b1a2 (patch)
tree1bb7ddfff50ce29d9991f4ff83dd67e6a6282355 /filter/Configuration_filter.mk
parentc6726bdbd2143ae2875f3373b07b23611eb263d7 (diff)
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
Diffstat (limited to 'filter/Configuration_filter.mk')
-rw-r--r--filter/Configuration_filter.mk1
1 files changed, 1 insertions, 0 deletions
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 \