summaryrefslogtreecommitdiff
path: root/sfx2/util/sfx.component
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@collabora.com>2014-01-15 13:21:00 +0100
committerMatúš Kukan <matus.kukan@collabora.com>2014-01-15 15:11:57 +0100
commita16bf89a1284246d53f397c33300164ce6027863 (patch)
tree8c33bc360230109f4d3f539e08b608f39b993bfb /sfx2/util/sfx.component
parent44592540c5c3ef12875cdcab41a058092cda378d (diff)
sfx: Use constructor feature for SfxFrameLoader_Impl.
Change-Id: If0e20538b85057c52a953a7559f6e7cb75d2fe33
Diffstat (limited to 'sfx2/util/sfx.component')
-rw-r--r--sfx2/util/sfx.component3
1 files changed, 2 insertions, 1 deletions
diff --git a/sfx2/util/sfx.component b/sfx2/util/sfx.component
index d002e4b9d757..b12d30ca22e8 100644
--- a/sfx2/util/sfx.component
+++ b/sfx2/util/sfx.component
@@ -40,7 +40,8 @@
<service name="com.sun.star.comp.embed.PackageStructureCreator"/>
<service name="com.sun.star.embed.PackageStructureCreator"/>
</implementation>
- <implementation name="com.sun.star.comp.office.FrameLoader">
+ <implementation name="com.sun.star.comp.office.FrameLoader"
+ constructor="com_sun_star_comp_office_FrameLoader_get_implementation">
<service name="com.sun.star.frame.SynchronousFrameLoader"/>
<service name="com.sun.star.frame.OfficeFrameLoader"/>
</implementation>