diff options
author | Matúš Kukan <matus.kukan@collabora.com> | 2013-12-30 10:38:29 +0100 |
---|---|---|
committer | Matúš Kukan <matus.kukan@collabora.com> | 2013-12-31 13:25:48 +0100 |
commit | 2929847516a597bc20e696fdd1a260d750560584 (patch) | |
tree | bb68b2fbb3c2fcb55379c2b7d4cd2f67c3c54032 /svx/util | |
parent | 32b64a0ff6fc54290ce5848c34e38ebb7eb5bd95 (diff) |
svx: Use constructor feature for GalleryThemeProvider.
Change-Id: Ifb92256b1516098d292a3ad960cb5982121998da
Diffstat (limited to 'svx/util')
-rw-r--r-- | svx/util/svx.component | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/svx/util/svx.component b/svx/util/svx.component index 0e985a7c5f63..fbc4eed0df6f 100644 --- a/svx/util/svx.component +++ b/svx/util/svx.component @@ -22,7 +22,8 @@ <implementation name="com.sun.star.comp.Draw.GraphicExporter"> <service name="com.sun.star.drawing.GraphicExportFilter"/> </implementation> - <implementation name="com.sun.star.comp.gallery.GalleryThemeProvider"> + <implementation name="com.sun.star.comp.gallery.GalleryThemeProvider" + constructor="com_sun_star_comp_gallery_GalleryThemeProvider_implementation_getFactory"> <service name="com.sun.star.gallery.GalleryThemeProvider"/> </implementation> <implementation name="com.sun.star.comp.svx.Impl.FindbarDispatcher"> |