summaryrefslogtreecommitdiff
path: root/stoc/Library_invocation.mk
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2018-04-25 19:08:42 +0300
committerTor Lillqvist <tml@collabora.com>2018-05-31 15:46:25 +0300
commit3c041720304ec77202741b5d5c8df9b93bc70a70 (patch)
treee2559f7e5706d44fa0f2d0267123452eddaae0c4 /stoc/Library_invocation.mk
parentbfedeb79937aa5e8bdf01ecf6be25e2bbe8a6db5 (diff)
Simplify: Use AutomationInvokedZone::isActive()
Don't need the mbFromOLE boolean flag and the special "FromOLE" parameter passed to the InvocationService:: createInstanceWithArguments(). Change-Id: I05e10a78955d87cb7c37e198c60c3ddcfdbc4275
Diffstat (limited to 'stoc/Library_invocation.mk')
-rw-r--r--stoc/Library_invocation.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/stoc/Library_invocation.mk b/stoc/Library_invocation.mk
index 42f17556433c..dc22a2acb51b 100644
--- a/stoc/Library_invocation.mk
+++ b/stoc/Library_invocation.mk
@@ -16,6 +16,7 @@ $(eval $(call gb_Library_use_udk_api,invocation))
$(eval $(call gb_Library_use_libraries,invocation,\
cppu \
cppuhelper \
+ comphelper \
sal \
))