diff options
author | Matúš Kukan <matus.kukan@collabora.com> | 2013-12-23 09:21:14 +0100 |
---|---|---|
committer | Matúš Kukan <matus.kukan@collabora.com> | 2013-12-23 10:28:39 +0100 |
commit | a587899cb340d2a5bc05392e1817ba72718706f1 (patch) | |
tree | 15ff9a94a3c0051c07fdc8faeecb9b12b64dce0e /svtools/util/svt.component | |
parent | 2fbb47156773b2e300fc987efc2da85c66e567d1 (diff) |
svt: Use constructor feature for GraphicRendererVCL.
Change-Id: Idb4cdfcdc8e06dca070bda5dd63e4291bb582e0f
Diffstat (limited to 'svtools/util/svt.component')
-rw-r--r-- | svtools/util/svt.component | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/svtools/util/svt.component b/svtools/util/svt.component index e389e2aeec38..021d23f462de 100644 --- a/svtools/util/svt.component +++ b/svtools/util/svt.component @@ -22,7 +22,8 @@ <implementation name="com.sun.star.comp.graphic.GraphicProvider"> <service name="com.sun.star.graphic.GraphicProvider"/> </implementation> - <implementation name="com.sun.star.comp.graphic.GraphicRendererVCL"> + <implementation name="com.sun.star.comp.graphic.GraphicRendererVCL" + constructor="com_sun_star_comp_graphic_GraphicRendererVCL_get_implementation"> <service name="com.sun.star.graphic.GraphicRendererVCL"/> </implementation> <implementation name="com.sun.star.comp.svtools.OAddressBookSourceDialogUno"> |