summaryrefslogtreecommitdiff
path: root/svx/util
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@collabora.com>2013-12-30 10:38:29 +0100
committerMatúš Kukan <matus.kukan@collabora.com>2013-12-31 13:25:48 +0100
commit2929847516a597bc20e696fdd1a260d750560584 (patch)
treebb68b2fbb3c2fcb55379c2b7d4cd2f67c3c54032 /svx/util
parent32b64a0ff6fc54290ce5848c34e38ebb7eb5bd95 (diff)
svx: Use constructor feature for GalleryThemeProvider.
Change-Id: Ifb92256b1516098d292a3ad960cb5982121998da
Diffstat (limited to 'svx/util')
-rw-r--r--svx/util/svx.component3
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">