summaryrefslogtreecommitdiff
path: root/ucbhelper/Library_ucbhelper.mk
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-11-05 18:04:43 +0100
committerStephan Bergmann <sbergman@redhat.com>2012-11-05 18:05:00 +0100
commit14ee630a1740543a1e03cb23740d6db0adfb0f8f (patch)
tree56679e646c27a8a6406a2eff8dc7831650eceac3 /ucbhelper/Library_ucbhelper.mk
parent6eec9d651d875d64d11b63c2c2070475a17f8ce1 (diff)
fdo#46808: Work around cyclic comphelper use in ucbhelper
...by duplicating getComponentContext for now. Change-Id: Idad067b52e5ad9ed8a4f6676bc17db6c14807d56
Diffstat (limited to 'ucbhelper/Library_ucbhelper.mk')
-rw-r--r--ucbhelper/Library_ucbhelper.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/ucbhelper/Library_ucbhelper.mk b/ucbhelper/Library_ucbhelper.mk
index ff92193a5d42..7197485a4ea4 100644
--- a/ucbhelper/Library_ucbhelper.mk
+++ b/ucbhelper/Library_ucbhelper.mk
@@ -14,7 +14,6 @@ $(eval $(call gb_Library_use_package,ucbhelper,ucbhelper_inc))
$(eval $(call gb_Library_use_sdk_api,ucbhelper))
$(eval $(call gb_Library_use_libraries,ucbhelper,\
- comphelper \
cppu \
cppuhelper \
sal \
@@ -39,6 +38,7 @@ $(eval $(call gb_Library_add_exception_objects,ucbhelper,\
ucbhelper/source/provider/contentidentifier \
ucbhelper/source/provider/contentinfo \
ucbhelper/source/provider/fd_inputstream \
+ ucbhelper/source/provider/getcomponentcontext \
ucbhelper/source/provider/interactionrequest \
ucbhelper/source/provider/propertyvalueset \
ucbhelper/source/provider/providerhelper \