summaryrefslogtreecommitdiffstats
path: root/sc/inc/autonamecache.hxx
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/inc/autonamecache.hxx
parentmove ScNamedEntryArr_Impl out of header to make MSVC happy (diff)
downloadcore-7fff98724bc7e3f4d3defb005aa1358d743d08ed.tar.gz
core-7fff98724bc7e3f4d3defb005aa1358d743d08ed.zip
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/inc/autonamecache.hxx')
-rw-r--r--sc/inc/autonamecache.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/autonamecache.hxx b/sc/inc/autonamecache.hxx
index 76804adc1361..6534a3917fff 100644
--- a/sc/inc/autonamecache.hxx
+++ b/sc/inc/autonamecache.hxx
@@ -42,7 +42,7 @@ typedef ::boost::unordered_map< String, ScAutoNameAddresses, ScStringHashCode, :
// (during CompileXML, no document content is changed)
//
-class ScAutoNameCache
+class SC_DLLPUBLIC ScAutoNameCache
{
ScAutoNameHashMap aNames;
ScDocument* pDoc;