diff options
author | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-08-22 22:57:05 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-08-28 21:37:08 -0400 |
commit | f5aeaa3845ae794a6320f082b1354f946d96cec1 (patch) | |
tree | b44cd1de8be9f7a03372c50239af59daf4cce10e /sc/Library_scfilt.mk | |
parent | 902e3898d385875029fda3b42c1854b159a18483 (diff) |
bnc#822173: Initial work on exporting pivot cache and pivot table to xlsx.
Still not perfect, but it somewhat does work.
Change-Id: Ic248e20f7ab18a37f56b2034f57551dded956bab
Diffstat (limited to 'sc/Library_scfilt.mk')
-rw-r--r-- | sc/Library_scfilt.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/Library_scfilt.mk b/sc/Library_scfilt.mk index f01e317b1bfc..00d32daa1923 100644 --- a/sc/Library_scfilt.mk +++ b/sc/Library_scfilt.mk @@ -96,6 +96,7 @@ $(eval $(call gb_Library_add_exception_objects,scfilt,\ sc/source/filter/excel/xename \ sc/source/filter/excel/xepage \ sc/source/filter/excel/xepivot \ + sc/source/filter/excel/xepivotxml \ sc/source/filter/excel/xerecord \ sc/source/filter/excel/xeroot \ sc/source/filter/excel/xestream \ |