summaryrefslogtreecommitdiff
path: root/sc/Library_scfilt.mk
diff options
context:
space:
mode:
authorNoel Power <noel.power@novell.com>2012-06-20 18:47:22 +0100
committerNoel Power <noel.power@novell.com>2012-06-20 21:01:13 +0100
commit7fff98724bc7e3f4d3defb005aa1358d743d08ed (patch)
tree2d1a257107b3f560cc06035dc1cef8c1c19fd37c /sc/Library_scfilt.mk
parent0e73f3cbe116ac949264482525167eb750835da9 (diff)
big formula performance improvement for xlsx import (bnc#763168 & bnc#765942)
we get a large performance win by evaluating the formulas at the end of import where we can set up the ScAutoNameCache cache. Change-Id: Id3763afb805eb9bfa9a6a55e1de3923f02e621ae
Diffstat (limited to 'sc/Library_scfilt.mk')
-rw-r--r--sc/Library_scfilt.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/Library_scfilt.mk b/sc/Library_scfilt.mk
index d582e2210643..388686ca4c74 100644
--- a/sc/Library_scfilt.mk
+++ b/sc/Library_scfilt.mk
@@ -184,6 +184,7 @@ $(eval $(call gb_Library_add_exception_objects,scfilt,\
sc/source/filter/oox/externallinkfragment \
sc/source/filter/oox/extlstcontext \
sc/source/filter/oox/formulabase \
+ sc/source/filter/oox/formulabuffer \
sc/source/filter/oox/formulaparser \
sc/source/filter/oox/numberformatsbuffer \
sc/source/filter/oox/pagesettings \