summaryrefslogtreecommitdiff
path: root/emfio/emfio.component
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2020-07-06 18:26:43 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-07-06 22:15:23 +0200
commit72e4674aad60d17aef66020dd9ca6ec778508ac2 (patch)
treeeda387a6fbbcc40d25ab10de47a3393270ed7b78 /emfio/emfio.component
parenta7ffe4026a2f4fcc77d297c9bc671ded158efc46 (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/emfio.component')
-rw-r--r--emfio/emfio.component5
1 files changed, 3 insertions, 2 deletions
diff --git a/emfio/emfio.component b/emfio/emfio.component
index a0ea552950cd..80e242792bee 100644
--- a/emfio/emfio.component
+++ b/emfio/emfio.component
@@ -18,8 +18,9 @@
-->
<component loader="com.sun.star.loader.SharedLibrary" environment="@CPPU_ENV@"
- prefix="emfio" xmlns="http://openoffice.org/2010/uno-components">
- <implementation name="emfio::emfreader::XEmfParser">
+ xmlns="http://openoffice.org/2010/uno-components">
+ <implementation name="emfio::emfreader::XEmfParser"
+ constructor="emfio_emfreader_XEmfParser_get_implementation">
<service name="com.sun.star.graphic.EmfTools"/>
</implementation>
</component>