From 5bf7b06c937ef08478831bc42b344dc96986a881 Mon Sep 17 00:00:00 2001
From: Matúš Kukan <matus.kukan@collabora.com>
Date: Mon, 30 Dec 2013 13:19:36 +0100
Subject: svx: Constructor feature for last implementations in svx component.

Change-Id: Ifc021eabce9ae3dbd1a54edefda7d3ae3eb67b53
---
 svx/util/svx.component | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

(limited to 'svx/util')

diff --git a/svx/util/svx.component b/svx/util/svx.component
index da40ece83729..848b28e433cf 100644
--- a/svx/util/svx.component
+++ b/svx/util/svx.component
@@ -18,7 +18,7 @@
  -->
 
 <component loader="com.sun.star.loader.SharedLibrary" environment="@CPPU_ENV@"
-    prefix="svx" xmlns="http://openoffice.org/2010/uno-components">
+    xmlns="http://openoffice.org/2010/uno-components">
   <implementation name="com.sun.star.comp.gallery.GalleryThemeProvider"
       constructor="com_sun_star_comp_gallery_GalleryThemeProvider_implementation_getFactory">
     <service name="com.sun.star.gallery.GalleryThemeProvider"/>
@@ -32,14 +32,16 @@
       constructor="com_sun_star_comp_svx_RecoveryUI_implementation_getFactory">
     <service name="com.sun.star.dialog.RecoveryUI"/>
   </implementation>
-  <implementation name="com.sun.star.drawing.EnhancedCustomShapeEngine">
+  <implementation name="com.sun.star.drawing.EnhancedCustomShapeEngine"
+      constructor="com_sun_star_drawing_EnhancedCustomShapeEngine_implementation_getFactory">
     <service name="com.sun.star.drawing.CustomShapeEngine"/>
   </implementation>
   <implementation name="com.sun.star.drawing.SvxShapeCollection"
       constructor="com_sun_star_drawing_SvxShapeCollection_implementation_getFactory">
     <service name="com.sun.star.drawing.ShapeCollection"/>
   </implementation>
-  <implementation name="com.sun.star.drawing.SvxUnoColorTable">
+  <implementation name="com.sun.star.drawing.SvxUnoColorTable"
+      constructor="com_sun_star_drawing_SvxUnoColorTable_implementation_getFactory">
     <service name="com.sun.star.drawing.ColorTable"/>
   </implementation>
   <implementation name="com.sun.star.svx.DownSearchToolboxController"
-- 
cgit