diff options
author | Noel Grandin <noelgrandin@gmail.com> | 2020-07-08 21:12:16 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-07-09 09:25:57 +0200 |
commit | 799e4577dac5d63e249792e2e330f72e9477be0d (patch) | |
tree | f42d6da700b2963ef6ebb796b38d82bfca760a4f /desktop/Library_spl.mk | |
parent | 7272a2edf113f29edeb8987ce649f85b776d9d23 (diff) |
desktop: create instances with uno constructors
See tdf#74608 for motivation
Change-Id: Id332d79c29c8e5f668663070d83aba596f017908
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98390
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'desktop/Library_spl.mk')
-rw-r--r-- | desktop/Library_spl.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/desktop/Library_spl.mk b/desktop/Library_spl.mk index 89c8e53b9e8a..c79e57b91b1d 100644 --- a/desktop/Library_spl.mk +++ b/desktop/Library_spl.mk @@ -32,7 +32,6 @@ $(eval $(call gb_Library_use_libraries,spl,\ $(eval $(call gb_Library_set_componentfile,spl,desktop/source/splash/spl)) $(eval $(call gb_Library_add_exception_objects,spl,\ - desktop/source/splash/services_spl \ desktop/source/splash/splash \ desktop/source/splash/unxsplash \ )) |