diff options
author | Matúš Kukan <matus.kukan@collabora.com> | 2013-12-30 10:31:10 +0100 |
---|---|---|
committer | Matúš Kukan <matus.kukan@collabora.com> | 2013-12-31 13:25:47 +0100 |
commit | 32b64a0ff6fc54290ce5848c34e38ebb7eb5bd95 (patch) | |
tree | 6a499b93c4ca75d80f7f63092c08a0bbe8c4c759 /svx/util | |
parent | 6d564bac023ef13955ad0269c91370396cf33d3e (diff) |
svx: Use constructor feature for PrimitiveFactory2D.
Change-Id: I331602561b865a6ceb6971d0990565e5a84bb0d5
Diffstat (limited to 'svx/util')
-rw-r--r-- | svx/util/svx.component | 3 | ||||
-rw-r--r-- | svx/util/svxcore.component | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/svx/util/svx.component b/svx/util/svx.component index b8f043c8631c..0e985a7c5f63 100644 --- a/svx/util/svx.component +++ b/svx/util/svx.component @@ -25,9 +25,6 @@ <implementation name="com.sun.star.comp.gallery.GalleryThemeProvider"> <service name="com.sun.star.gallery.GalleryThemeProvider"/> </implementation> - <implementation name="com.sun.star.comp.graphic.PrimitiveFactory2D"> - <service name="com.sun.star.graphic.PrimitiveFactory2D"/> - </implementation> <implementation name="com.sun.star.comp.svx.Impl.FindbarDispatcher"> <service name="com.sun.star.comp.svx.FindbarDispatcher"/> <service name="com.sun.star.frame.ProtocolHandler"/> diff --git a/svx/util/svxcore.component b/svx/util/svxcore.component index 8d4e1498fef0..766482535b21 100644 --- a/svx/util/svxcore.component +++ b/svx/util/svxcore.component @@ -46,4 +46,8 @@ <service name="com.sun.star.document.BinaryStreamResolver"/> <service name="com.sun.star.document.GraphicObjectResolver"/> </implementation> + <implementation name="com.sun.star.comp.graphic.PrimitiveFactory2D" + constructor="com_sun_star_comp_graphic_PrimitiveFactory2D_implementation_getFactory"> + <service name="com.sun.star.graphic.PrimitiveFactory2D"/> + </implementation> </component> |