diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-05-19 23:51:48 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-05-19 23:52:16 +0200 |
commit | 1eb998f88e44739e46f4e36e1798a5196accbd0d (patch) | |
tree | 3cfec75d4fdd0a62ed2a5dbf821db9b65cb9a768 /sc | |
parent | 3009c97aa31bad369a9de14e7d0352dff0d7bd79 (diff) |
missing component for calc function test
Change-Id: I2584b2504d66ca345c2669ad0291dd13c186c594
Diffstat (limited to 'sc')
-rw-r--r-- | sc/CppunitTest_sc_functions_test.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/CppunitTest_sc_functions_test.mk b/sc/CppunitTest_sc_functions_test.mk index 5ee87257975e..9be2ff5cc195 100644 --- a/sc/CppunitTest_sc_functions_test.mk +++ b/sc/CppunitTest_sc_functions_test.mk @@ -83,6 +83,7 @@ $(eval $(call gb_CppunitTest_use_components,sc_functions_test,\ forms/util/frm \ framework/util/fwk \ i18npool/util/i18npool \ + i18npool/source/search/i18nsearch \ linguistic/source/lng \ oox/util/oox \ package/source/xstor/xstor \ |