diff options
author | Noel Grandin <noelgrandin@gmail.com> | 2020-07-05 15:37:54 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-07-06 12:25:13 +0200 |
commit | 29c5e1ccbe28751297699eb184a861ee6b2f2f7e (patch) | |
tree | 6a6e86f3fc6eeef6a5f4f467dd9fba1b29b9135a /cui/util | |
parent | 088b7f419f48f3390aac22587bbd92e9e027d5b1 (diff) |
cui,cppcanvas: create instances with uno constructors
See tdf#74608 for motivation
Change-Id: Id603bc26f95d3da86b8c7360a7bde8eee97049ad
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98141
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'cui/util')
-rw-r--r-- | cui/util/cui.component | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/cui/util/cui.component b/cui/util/cui.component index e4a5c124ff49..37023b4e1fa1 100644 --- a/cui/util/cui.component +++ b/cui/util/cui.component @@ -18,8 +18,9 @@ --> <component loader="com.sun.star.loader.SharedLibrary" environment="@CPPU_ENV@" - prefix="cui" xmlns="http://openoffice.org/2010/uno-components"> - <implementation name="com.sun.star.cui.ColorPicker"> + xmlns="http://openoffice.org/2010/uno-components"> + <implementation name="com.sun.star.cui.ColorPicker" + constructor="com_sun_star_cui_ColorPicker_get_implementation"> <service name="com.sun.star.ui.dialogs.ColorPicker"/> </implementation> </component> |