diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2018-06-05 09:43:20 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2018-06-05 09:44:34 +0200 |
commit | e6e47ffad3e232f8fa8efa7e504460a6336cf6f7 (patch) | |
tree | 525acb6cf4e006ca988924875a455701e1588574 | |
parent | f06004c03bbd076767a570180b7fc239064713e6 (diff) |
Adapt `make perfcheck`
...to 7d275e3ab35b3f9bfd7ff16290393ca027c50355 "Implement NewWorkbook and
WorkbookOpen Automation callbacks in Calc"
Change-Id: I1ae8c3873a4832e2b4e9fdc43506b1a5e98d9dd4
-rw-r--r-- | sc/CppunitTest_sc_perfobj.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sc/CppunitTest_sc_perfobj.mk b/sc/CppunitTest_sc_perfobj.mk index a59ac83bf02e..57556689bc6e 100644 --- a/sc/CppunitTest_sc_perfobj.mk +++ b/sc/CppunitTest_sc_perfobj.mk @@ -58,6 +58,10 @@ $(eval $(call gb_CppunitTest_set_include,sc_perfobj,\ $$(INCLUDE) \ )) +$(eval $(call gb_CppunitTest_use_api,sc_perfobj, \ + oovbaapi \ +)) + $(eval $(call gb_CppunitTest_use_sdk_api,sc_perfobj)) $(eval $(call gb_CppunitTest_use_ure,sc_perfobj)) |