diff options
author | Noel Grandin <noelgrandin@gmail.com> | 2020-07-22 13:59:24 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-07-22 17:48:06 +0200 |
commit | 950d7d4d51e68cfae3a5d0d23a3d39e84e548357 (patch) | |
tree | 21773d3298f0367b4b99c34da9de75b87acfd12f /ucb/Library_ucppkg1.mk | |
parent | b115d4899d827f885f7d35ced4cb64d2385e3422 (diff) |
ucb/package: create instances with uno constructors
See tdf#74608 for motivation.
Change-Id: Id93f1e18d6646e3747443678bf3d56fa75cb46ce
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/99223
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'ucb/Library_ucppkg1.mk')
-rw-r--r-- | ucb/Library_ucppkg1.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ucb/Library_ucppkg1.mk b/ucb/Library_ucppkg1.mk index e61ec545e0e0..3910ac1f449f 100644 --- a/ucb/Library_ucppkg1.mk +++ b/ucb/Library_ucppkg1.mk @@ -31,7 +31,6 @@ $(eval $(call gb_Library_add_exception_objects,ucppkg1,\ ucb/source/ucp/package/pkgdatasupplier \ ucb/source/ucp/package/pkgprovider \ ucb/source/ucp/package/pkgresultset \ - ucb/source/ucp/package/pkgservices \ ucb/source/ucp/package/pkguri \ )) |