diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2018-06-04 11:52:35 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2018-06-04 11:52:35 +0200 |
commit | 57d598a276ea05a22c766587baa48b1685b7aafc (patch) | |
tree | 5b069eba8859be3bbf5a1917f1bb33dd80d66a21 | |
parent | 56674b45cccd2702fe2bf40398c0bd00741040e1 (diff) |
Adapt CppunitTest_sc_screenshots
...to 7d275e3ab35b3f9bfd7ff16290393ca027c50355 "Implement NewWorkbook and
WorkbookOpen Automation callbacks in Calc"
Change-Id: Ic12e1cc162411dd31862bee3c710791925b6308e
-rw-r--r-- | sc/CppunitTest_sc_screenshots.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/CppunitTest_sc_screenshots.mk b/sc/CppunitTest_sc_screenshots.mk index 5d1575440a73..4f6212224c2b 100644 --- a/sc/CppunitTest_sc_screenshots.mk +++ b/sc/CppunitTest_sc_screenshots.mk @@ -47,6 +47,7 @@ $(eval $(call gb_CppunitTest_set_include,sc_screenshots,\ $(eval $(call gb_CppunitTest_use_api,sc_screenshots,\ offapi \ + oovbaapi \ udkapi \ )) |