diff options
author | Matúš Kukan <matus.kukan@collabora.com> | 2013-12-20 22:41:38 +0100 |
---|---|---|
committer | Matúš Kukan <matus.kukan@collabora.com> | 2013-12-20 22:58:29 +0100 |
commit | 09af884e7b5712e0311a4c122a5213e7c89f626e (patch) | |
tree | f4291ccbae836111fa05ff6404f1b53d1ca94450 /svx/util/svxcore.component | |
parent | be053c9a80ad237afc6da0b4174e1c7afc94ed92 (diff) |
Revert "svx: split into direct implementation getFactories"
Also reverts "These services are in fact implemented in svxcore library."
This reverts commit 090674dcb085cd41f4628e4f07c9a2268a18e862
and commit 4a969ac35174520f1ffeb4f919f5d7bb6d99a628.
This is embarrassing; needs more work.
Diffstat (limited to 'svx/util/svxcore.component')
-rw-r--r-- | svx/util/svxcore.component | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/svx/util/svxcore.component b/svx/util/svxcore.component index 46a18526ce3e..3a9d43c229f9 100644 --- a/svx/util/svxcore.component +++ b/svx/util/svxcore.component @@ -18,24 +18,6 @@ --> <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> |