summaryrefslogtreecommitdiff
path: root/svgio/svgio.component
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-07-08 14:03:00 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-07-08 20:26:01 +0200
commitcf389f2c242b82417c3c746b6a68e38d637b5101 (patch)
treeff7cfb6010f556598752a79aac68ea85ad9bb2b3 /svgio/svgio.component
parent10a5df7de19c86b362976b4bd8cee32da4413547 (diff)
svgio: create instances with uno constructors
See tdf#74608 for motivation Change-Id: Iad7a6435482596dd3e955d3323aaf3d5e6984517 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98371 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svgio/svgio.component')
-rw-r--r--svgio/svgio.component5
1 files changed, 3 insertions, 2 deletions
diff --git a/svgio/svgio.component b/svgio/svgio.component
index 96065c384276..cd4e407c7afa 100644
--- a/svgio/svgio.component
+++ b/svgio/svgio.component
@@ -18,8 +18,9 @@
-->
<component loader="com.sun.star.loader.SharedLibrary" environment="@CPPU_ENV@"
- prefix="svgio" xmlns="http://openoffice.org/2010/uno-components">
- <implementation name="svgio::svgreader::XSvgParser">
+ xmlns="http://openoffice.org/2010/uno-components">
+ <implementation name="svgio::svgreader::XSvgParser"
+ constructor="svgio_XSvgParser_get_implementation">
<service name="com.sun.star.graphic.SvgTools"/>
</implementation>
</component>