diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-07-17 16:10:58 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-07-24 23:29:27 -0400 |
commit | 5af76406e2aee8179bb68edba1e10b00003a8756 (patch) | |
tree | 36e6bcde764a34a5ee3a44046a2983374684b2c9 /sc/Library_sc.mk | |
parent | f0ae65d902ddcd6c9879133292ed7d92fd8ec8f8 (diff) |
Use RefUpdateContext to stuff all parameters for UpdateReference.
Because I was getting tired of typing all these parameters every time
I branch off to a new function.
Change-Id: I1ae14f290af5543150694d0bea27c617cccb9db2
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 6db079494c73..72a83a5cf763 100644 --- a/sc/Library_sc.mk +++ b/sc/Library_sc.mk @@ -163,6 +163,7 @@ $(eval $(call gb_Library_add_exception_objects,sc,\ sc/source/core/data/pivot2 \ sc/source/core/data/poolhelp \ sc/source/core/data/postit \ + sc/source/core/data/refupdatecontext \ sc/source/core/data/segmenttree \ sc/source/core/data/sheetevents \ sc/source/core/data/simpleformulacalc \ |