diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-07-10 16:32:39 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-07-11 00:25:37 -0400 |
commit | 0797dd8714413f8319515df9831a86703b589558 (patch) | |
tree | cd12f739ef0ac620fa4b4eaa35f6d1f50a3ec97b /sc/Library_sc.mk | |
parent | 217896aa33e40b113fafdaa109d02992f7d9506a (diff) |
Group formula cells in ScColumn::MixData().
Change-Id: I38186e2bf82ed56fbe859b17dcc1d31f36471bd8
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 5815fd0a303d..d431c3c99f95 100644 --- a/sc/Library_sc.mk +++ b/sc/Library_sc.mk @@ -251,6 +251,7 @@ $(eval $(call gb_Library_add_exception_objects,sc,\ sc/source/core/tool/refupdat \ sc/source/core/tool/scmatrix \ sc/source/core/tool/scopetools \ + sc/source/core/tool/sharedformula \ sc/source/core/tool/simplerangelist \ sc/source/core/tool/stringutil \ sc/source/core/tool/stylehelper \ |