summaryrefslogtreecommitdiff
path: root/sc/Library_sc.mk
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2014-01-29 23:35:34 -0500
committerKohei Yoshida <kohei.yoshida@collabora.com>2014-01-30 11:57:00 -0500
commita0bd814fb5c2ed1d8a1583eb59c783290c7c3dc9 (patch)
treede2c5088bfedd77def56342bb8de53053fba9e78 /sc/Library_sc.mk
parenta28dc1dbedb32d18f8be4ef7eebff2281454e12b (diff)
Speed up filling of random number generation over entire column.
Because nobody wants to wait forever... Change-Id: Ie52bff944893b7e3fe9e7908be19d27c692fc1ea
Diffstat (limited to 'sc/Library_sc.mk')
-rw-r--r--sc/Library_sc.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/Library_sc.mk b/sc/Library_sc.mk
index 1ed89c6d4abb..dcced7f2d851 100644
--- a/sc/Library_sc.mk
+++ b/sc/Library_sc.mk
@@ -100,6 +100,7 @@ $(eval $(call gb_Library_add_exception_objects,sc,\
sc/source/core/data/bcaslot \
sc/source/core/data/bigrange \
sc/source/core/data/cellvalue \
+ sc/source/core/data/cellvalues \
sc/source/core/data/clipcontext \
sc/source/core/data/clipparam \
sc/source/core/data/column \
@@ -512,6 +513,7 @@ $(eval $(call gb_Library_add_exception_objects,sc,\
sc/source/ui/undo/undoblk2 \
sc/source/ui/undo/undoblk3 \
sc/source/ui/undo/undocell \
+ sc/source/ui/undo/undocell2 \
sc/source/ui/undo/undodat \
sc/source/ui/undo/undodraw \
sc/source/ui/undo/undoolk \