summaryrefslogtreecommitdiff
path: root/svtools/util
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@collabora.com>2013-12-23 09:21:14 +0100
committerMatúš Kukan <matus.kukan@collabora.com>2013-12-23 10:28:39 +0100
commita587899cb340d2a5bc05392e1817ba72718706f1 (patch)
tree15ff9a94a3c0051c07fdc8faeecb9b12b64dce0e /svtools/util
parent2fbb47156773b2e300fc987efc2da85c66e567d1 (diff)
svt: Use constructor feature for GraphicRendererVCL.
Change-Id: Idb4cdfcdc8e06dca070bda5dd63e4291bb582e0f
Diffstat (limited to 'svtools/util')
-rw-r--r--svtools/util/svt.component3
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">