diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-04-17 20:58:05 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-04-17 21:02:18 +0200 |
commit | 32bd4c6c4b2ff3835cfb7af50e88be6004dd7852 (patch) | |
tree | eadd377e3272f176c79a094f75fb9790934e78f7 /sc | |
parent | a48195f4c24cd20a79514b608a1eae40baff9ed1 (diff) |
enable sctablesheetobj again
Diffstat (limited to 'sc')
-rw-r--r-- | sc/Module_sc.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/Module_sc.mk b/sc/Module_sc.mk index 8f51646263e5..b6a42e178a57 100644 --- a/sc/Module_sc.mk +++ b/sc/Module_sc.mk @@ -61,6 +61,7 @@ $(eval $(call gb_Module_add_subsequentcheck_targets,sc,\ CppunitTest_sc_macros_test \ CppunitTest_sc_namedrangeobj \ CppunitTest_sc_namedrangesobj \ + CppunitTest_sc_tablesheetobj \ CppunitTest_sc_tablesheetsobj \ )) |