diff options
author | Noel Grandin <noelgrandin@gmail.com> | 2020-07-06 18:26:43 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-07-06 22:15:23 +0200 |
commit | 72e4674aad60d17aef66020dd9ca6ec778508ac2 (patch) | |
tree | eda387a6fbbcc40d25ab10de47a3393270ed7b78 /emfio/Library_emfio.mk | |
parent | a7ffe4026a2f4fcc77d297c9bc671ded158efc46 (diff) |
emfio: create instances with uno constructors
See tdf#74608 for motivation
Change-Id: I1685fe05a2a6b1761e78359596c265ac6487f99b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98217
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'emfio/Library_emfio.mk')
-rw-r--r-- | emfio/Library_emfio.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/emfio/Library_emfio.mk b/emfio/Library_emfio.mk index 52fde14885b3..281f077130f1 100644 --- a/emfio/Library_emfio.mk +++ b/emfio/Library_emfio.mk @@ -55,7 +55,6 @@ $(eval $(call gb_Library_use_libraries,emfio,\ )) $(eval $(call gb_Library_add_exception_objects,emfio,\ - emfio/source/emfuno/emfuno \ emfio/source/emfuno/xemfparser \ emfio/source/reader/mtftools \ emfio/source/reader/wmfreader \ |