diff options
author | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-12-10 22:47:05 -0500 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-12-10 22:50:22 -0500 |
commit | 808fd5fbd8868dfd95c8a38676815798fa2b79c4 (patch) | |
tree | 5bec9519ec53ec0a0f68688a3e156b4bf8eb71a2 /sc/Library_sc.mk | |
parent | 6e91763769a562b88882a4c2a94b1367c6ed4866 (diff) |
Deteremine the script type of source cell during paste replication.
Doing this ahead of time eliminates the need to update script types of
all replicated cells after the paste. This makes significant performance
impact.
Change-Id: Ic4f7d7b2fe152bd5640ddb1dae01cc2ed757657e
Diffstat (limited to 'sc/Library_sc.mk')
-rw-r--r-- | sc/Library_sc.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/Library_sc.mk b/sc/Library_sc.mk index bddec8e04ba6..d8cf1bc62cad 100644 --- a/sc/Library_sc.mk +++ b/sc/Library_sc.mk @@ -102,6 +102,7 @@ $(eval $(call gb_Library_add_exception_objects,sc,\ sc/source/core/data/autonamecache \ sc/source/core/data/bcaslot \ sc/source/core/data/bigrange \ + sc/source/core/data/celltextattr \ sc/source/core/data/cellvalue \ sc/source/core/data/cellvalues \ sc/source/core/data/clipcontext \ |