diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-07-06 14:10:29 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-07-07 11:34:25 +0200 |
commit | 439c9460408bb379cf2d37f3831461cf6879fb74 (patch) | |
tree | 80e3c92623023ea60dcb5134639e03ef18baf9c3 /vcl/vcl.unx.component | |
parent | 859e4dd6b5680e15a454fd0f8c0eae67459fe177 (diff) |
vcl: create instances with uno constructors
See tdf#74608 for motivation
Change-Id: I7f03e024eef5413d84d98f3fa9bd45ecaf413a72
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98233
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'vcl/vcl.unx.component')
-rw-r--r-- | vcl/vcl.unx.component | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/vcl/vcl.unx.component b/vcl/vcl.unx.component index 3e84d352c31c..70b3370c6ae3 100644 --- a/vcl/vcl.unx.component +++ b/vcl/vcl.unx.component @@ -28,10 +28,12 @@ <implementation name="com.sun.star.datatransfer.dnd.XdndSupport"> <service name="com.sun.star.datatransfer.dnd.X11DragSource"/> </implementation> - <implementation name="com.sun.star.frame.VCLSessionManagerClient"> + <implementation name="com.sun.star.frame.VCLSessionManagerClient" + constructor="com_sun_star_frame_VCLSessionManagerClient_get_implementation"> <service name="com.sun.star.frame.SessionManagerClient"/> </implementation> - <implementation name="vcl::FontIdentificator"> + <implementation name="vcl::FontIdentificator" + constructor="vcl_FontIdentificator_get_implementation"> <service name="com.sun.star.awt.FontIdentificator"/> </implementation> <implementation name="org.libreoffice.uitest.UITest" |