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-22 12:38:44 +0100
commit175f385fb013ea418b23440a6673044abb4ff5f7 (patch)
tree0defbea54ef46887524b68da571e934d9f5786df /sc/Library_scfilt.mk
parentb4ba164264de30735941bfbb87f36ec5ca81ea36 (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 \