From 808fd5fbd8868dfd95c8a38676815798fa2b79c4 Mon Sep 17 00:00:00 2001 From: Kohei Yoshida Date: Wed, 10 Dec 2014 22:47:05 -0500 Subject: 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 --- sc/Library_sc.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'sc/Library_sc.mk') 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 \ -- cgit