diff options
author | Noel Grandin <noelgrandin@gmail.com> | 2020-07-04 12:53:13 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-07-05 11:39:20 +0200 |
commit | 31bc29b99c3987949794fa3a17c77928427bff4a (patch) | |
tree | 87e924c668ebebb32a335b9d4eb986f3f392c7a4 /canvas/source/simplecanvas/simplecanvas.component | |
parent | 87e5ee310959d535c53a083258edff1b3b1335bd (diff) |
canvas/simple: create instances with uno constructors
See tdf#74608 for motivation
Change-Id: I2635df49edc2124f41a557110332ce5646cc59ef
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98093
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'canvas/source/simplecanvas/simplecanvas.component')
-rw-r--r-- | canvas/source/simplecanvas/simplecanvas.component | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/canvas/source/simplecanvas/simplecanvas.component b/canvas/source/simplecanvas/simplecanvas.component index 2fe54c391ab2..9be11ad47952 100644 --- a/canvas/source/simplecanvas/simplecanvas.component +++ b/canvas/source/simplecanvas/simplecanvas.component @@ -18,8 +18,9 @@ --> <component loader="com.sun.star.loader.SharedLibrary" environment="@CPPU_ENV@" - prefix="simplecanvas" xmlns="http://openoffice.org/2010/uno-components"> - <implementation name="com.sun.star.comp.rendering.SimpleCanvas"> + xmlns="http://openoffice.org/2010/uno-components"> + <implementation name="com.sun.star.comp.rendering.SimpleCanvas" + constructor="com_sun_star_comp_rendering_SimpleCanvas"> <service name="com.sun.star.rendering.SimpleCanvas"/> </implementation> </component> |