summaryrefslogtreecommitdiff
path: root/svx/util
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@collabora.com>2013-12-30 11:10:17 +0100
committerMatúš Kukan <matus.kukan@collabora.com>2013-12-31 13:25:50 +0100
commit82093a207c5bd5daf5b0a5b67e831177de605f53 (patch)
tree2259344f6a61c7982750e572ce25bf75ef14ed1f /svx/util
parent05caae2d040497c68b9328da93eb4c33caee4632 (diff)
svx: Use constructor feature for GraphicExporter.
Change-Id: I6384cce0915929b0a1249edfb72f5516ad2da3dd
Diffstat (limited to 'svx/util')
-rw-r--r--svx/util/svx.component3
-rw-r--r--svx/util/svxcore.component4
2 files changed, 4 insertions, 3 deletions
diff --git a/svx/util/svx.component b/svx/util/svx.component
index 2cc086a5f7df..7cd6aaa6c58d 100644
--- a/svx/util/svx.component
+++ b/svx/util/svx.component
@@ -19,9 +19,6 @@
<component loader="com.sun.star.loader.SharedLibrary" environment="@CPPU_ENV@"
prefix="svx" xmlns="http://openoffice.org/2010/uno-components">
- <implementation name="com.sun.star.comp.Draw.GraphicExporter">
- <service name="com.sun.star.drawing.GraphicExportFilter"/>
- </implementation>
<implementation name="com.sun.star.comp.gallery.GalleryThemeProvider"
constructor="com_sun_star_comp_gallery_GalleryThemeProvider_implementation_getFactory">
<service name="com.sun.star.gallery.GalleryThemeProvider"/>
diff --git a/svx/util/svxcore.component b/svx/util/svxcore.component
index 766482535b21..5555c2a88b10 100644
--- a/svx/util/svxcore.component
+++ b/svx/util/svxcore.component
@@ -18,6 +18,10 @@
-->
<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.ExtrusionDepthController">
<service name="com.sun.star.frame.ToolbarController"/>
</implementation>