diff options
author | Kohei Yoshida <kohei.yoshida@collabora.com> | 2016-10-19 22:28:26 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@collabora.com> | 2016-10-25 18:07:27 -0400 |
commit | 3ab685241af77f6361b694b06dde6b6c709956e1 (patch) | |
tree | d25bd8515c9ccf459b3959e0e7dbc6aa479dd6dc /sc/Library_sc.mk | |
parent | f08ef855b1402cbebd3675621c65f0c7660401fd (diff) |
Initial take on group formula logging.
For now, this logger only logs group formula calculations.
Change-Id: Idab3cf58f8d9e5fd24fc9f7498d55e385ca93ca7
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 0aa859e1e19b..f3abc81ac818 100644 --- a/sc/Library_sc.mk +++ b/sc/Library_sc.mk @@ -230,6 +230,7 @@ $(eval $(call gb_Library_add_exception_objects,sc,\ sc/source/core/tool/editutil \ sc/source/core/tool/filtopt \ sc/source/core/tool/formulagroup \ + sc/source/core/tool/formulalogger \ sc/source/core/tool/formulaopt \ sc/source/core/tool/formulaparserpool \ sc/source/core/tool/formularesult \ |