diff options
author | Matúš Kukan <matus.kukan@collabora.com> | 2013-12-30 12:37:34 +0100 |
---|---|---|
committer | Matúš Kukan <matus.kukan@collabora.com> | 2013-12-31 13:25:52 +0100 |
commit | 2978ddf60d9cc0aced1c3804cd489b47c63bcf6d (patch) | |
tree | be70bc34e101a0fcaf8db52ec63b52713c243fbd /svx/util | |
parent | e11a80d0be9db1e8cc1054d166638a99e89defea (diff) |
svx: Use constructor feature for SvxShapeCollection.
Change-Id: If717b1d526e5d3e67adae4a224018b6da4bf09aa
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 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"> |