diff options
author | Matúš Kukan <matus.kukan@collabora.com> | 2013-12-20 21:33:17 +0100 |
---|---|---|
committer | Matúš Kukan <matus.kukan@collabora.com> | 2013-12-20 21:35:41 +0100 |
commit | 090674dcb085cd41f4628e4f07c9a2268a18e862 (patch) | |
tree | f6a0f5b1c213c949ca6d34ae48cbb960109d7b3d /svx/util/svxcore.component | |
parent | f2a3848bee3f3deeb9dde43de51737cbdde84018 (diff) |
These services are in fact implemented in svxcore library.
Change-Id: If260a6256a29f983e436032ef03ba36daa4ed78d
Diffstat (limited to 'svx/util/svxcore.component')
-rw-r--r-- | svx/util/svxcore.component | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/svx/util/svxcore.component b/svx/util/svxcore.component index 3a9d43c229f9..46a18526ce3e 100644 --- a/svx/util/svxcore.component +++ b/svx/util/svxcore.component @@ -18,6 +18,24 @@ --> <component loader="com.sun.star.loader.SharedLibrary" environment="@CPPU_ENV@" prefix="svxcore" xmlns="http://openoffice.org/2010/uno-components"> + <implementation name="com.sun.star.comp.Draw.GraphicExporter" + constructor="com_sun_star_comp_Draw_GraphicExporter_implementation_getFactory"> + <service name="com.sun.star.drawing.GraphicExportFilter"/> + </implementation> + <implementation name="com.sun.star.comp.Svx.GraphicExportHelper" + constructor="com_sun_star_comp_Svx_GraphicExportHelper_implementation_getFactory"> + <service name="com.sun.star.document.BinaryStreamResolver"/> + <service name="com.sun.star.document.GraphicObjectResolver"/> + </implementation> + <implementation name="com.sun.star.comp.Svx.GraphicImportHelper" + constructor="com_sun_star_comp_Svx_GraphicImportHelper_implementation_getFactory"> + <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> <implementation name="com.sun.star.comp.svx.ExtrusionDepthController"> <service name="com.sun.star.frame.ToolbarController"/> </implementation> |