diff options
author | Tor Lillqvist <tml@collabora.com> | 2018-04-23 20:50:43 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2018-05-31 15:29:43 +0300 |
commit | b9ef6b66e7a67a448b1a840c47146d8789a92a6d (patch) | |
tree | 8dab5043884df3ee37f31b41fab4fc268b887a17 /sc/Library_scfilt.mk | |
parent | 8a2f30e548f930f0ddd869e07f58947616ba9ea4 (diff) |
Initial steps to make also Calc usable from Automation clients
Largely parallel to what we do for Writer.
Yes, there is a fair amount of duplicated code now for the outgoing
("sink") stuff in sw and sc, that should be factored out (to
vbahelper, probably).
Change-Id: I8df4a81c3b9043e8d6b0b206e3c04660205987c7
Diffstat (limited to 'sc/Library_scfilt.mk')
-rw-r--r-- | sc/Library_scfilt.mk | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sc/Library_scfilt.mk b/sc/Library_scfilt.mk index e4b6fe154e89..4766ed02f096 100644 --- a/sc/Library_scfilt.mk +++ b/sc/Library_scfilt.mk @@ -21,7 +21,11 @@ $(eval $(call gb_Library_set_include,scfilt,\ $(eval $(call gb_Library_set_precompiled_header,scfilt,$(SRCDIR)/sc/inc/pch/precompiled_scfilt)) -$(eval $(call gb_Library_use_sdk_api,scfilt)) +$(eval $(call gb_Library_use_api,scfilt,\ + udkapi \ + offapi \ + oovbaapi \ +)) $(eval $(call gb_Library_use_custom_headers,scfilt,\ oox/generated \ |