diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-07-08 15:44:53 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-07-09 11:02:45 +0200 |
commit | 3cff8c64e916eac04332c91d0bd424d4459a960b (patch) | |
tree | 33a73ff33e5f3fa4f6b30f572494fb0f72d54460 /unotools/Library_utl.mk | |
parent | 57fedb272cfcad3436142dbe9eac2870e3c3e3d2 (diff) |
unotools: create instances with uno constructors
See tdf#74608 for motivation
Change-Id: I7a68484564aea9b416c12d5364d20ff8af77f40b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98380
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'unotools/Library_utl.mk')
-rw-r--r-- | unotools/Library_utl.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/unotools/Library_utl.mk b/unotools/Library_utl.mk index b7c06cbf4a7f..84be1bb84b70 100644 --- a/unotools/Library_utl.mk +++ b/unotools/Library_utl.mk @@ -108,7 +108,6 @@ $(eval $(call gb_Library_add_exception_objects,utl,\ unotools/source/misc/mediadescriptor \ unotools/source/misc/sharedunocomponent \ unotools/source/misc/syslocale \ - unotools/source/misc/unotoolsservices \ unotools/source/misc/wincodepage \ unotools/source/misc/ServiceDocumenter \ unotools/source/misc/ZipPackageHelper \ |