diff options
Diffstat (limited to 'svx/util/svx.component')
-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 3aedd3ae871c..da40ece83729 100644 --- a/svx/util/svx.component +++ b/svx/util/svx.component @@ -35,7 +35,8 @@ <implementation name="com.sun.star.drawing.EnhancedCustomShapeEngine"> <service name="com.sun.star.drawing.CustomShapeEngine"/> </implementation> - <implementation name="com.sun.star.drawing.SvxShapeCollection"> + <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"> |