summaryrefslogtreecommitdiff
path: root/uui/util
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-07-06 16:31:00 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-07-08 08:36:23 +0200
commit2da149ff33b6ef345aef8619e06654e343c4e960 (patch)
treede9efd4fb27f05f46577428e8ae1b90df02c2ec4 /uui/util
parentf1e2e69b9b31b42ed9b8a46778c05dc36ff8edcf (diff)
uui: create instances with uno constructors
See tdf#74608 for motivation Change-Id: I8b7eec5e2cbe61a8dc3bb65f391245c1825fedc2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98235 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'uui/util')
-rw-r--r--uui/util/uui.component5
1 files changed, 3 insertions, 2 deletions
diff --git a/uui/util/uui.component b/uui/util/uui.component
index b8a8087d1c63..1c3ae749e50f 100644
--- a/uui/util/uui.component
+++ b/uui/util/uui.component
@@ -18,9 +18,10 @@
-->
<component loader="com.sun.star.loader.SharedLibrary" environment="@CPPU_ENV@"
- prefix="uui" xmlns="http://openoffice.org/2010/uno-components">
+ xmlns="http://openoffice.org/2010/uno-components">
<implementation
- name="com.sun.star.comp.uui.PasswordContainerInteractionHandler">
+ name="com.sun.star.comp.uui.PasswordContainerInteractionHandler"
+ constructor="com_sun_star_comp_uui_PasswordContainerInteractionHandler_get_implementation">
<service name="com.sun.star.task.PasswordContainerInteractionHandler"/>
</implementation>
<implementation name="com.sun.star.comp.uui.UUIInteractionHandler"