diff options
author | Matúš Kukan <matus.kukan@collabora.com> | 2013-12-23 10:07:43 +0100 |
---|---|---|
committer | Matúš Kukan <matus.kukan@collabora.com> | 2013-12-23 10:28:41 +0100 |
commit | 732c0f929fc0229b6da37d4ec4b6de8994fcea46 (patch) | |
tree | c5670154e8eaae95a6c3278dc782f4e12ee36438 /svtools/util | |
parent | c04f3c0f794e8c608fade8c6142db13c32e6f4e7 (diff) |
svt: Use constructor feature for GraphicProvider.
Change-Id: I0cb66814c3dcbe38a92ada0dfcc0374313784a2b
Diffstat (limited to 'svtools/util')
-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 dbba9e74d708..bd359afc0b60 100644 --- a/svtools/util/svt.component +++ b/svtools/util/svt.component @@ -19,7 +19,8 @@ <component loader="com.sun.star.loader.SharedLibrary" environment="@CPPU_ENV@" prefix="svt" xmlns="http://openoffice.org/2010/uno-components"> - <implementation name="com.sun.star.comp.graphic.GraphicProvider"> + <implementation name="com.sun.star.comp.graphic.GraphicProvider" + constructor="com_sun_star_comp_graphic_GraphicProvider_get_implementation"> <service name="com.sun.star.graphic.GraphicProvider"/> </implementation> <implementation name="com.sun.star.comp.graphic.GraphicRendererVCL" |