summaryrefslogtreecommitdiff
path: root/sfx2/util
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@collabora.com>2014-01-15 17:16:15 +0100
committerMatúš Kukan <matus.kukan@collabora.com>2014-01-16 10:24:59 +0100
commitde74b8c58ac516fe5f083a88cbcb89fc3ccc5eef (patch)
treecb8e51ecfd5233f3b1156b0fa861299e3833300f /sfx2/util
parent2b30c5057800e39fb6129be4b175ee10bf5f0e5e (diff)
sfx: Use constructor feature for BackingComp.
Change-Id: Ia461b8315ddd07adcb5609aefa85385db17ebba4
Diffstat (limited to 'sfx2/util')
-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 09ab1328cafd..a66335e0fc69 100644
--- a/sfx2/util/sfx.component
+++ b/sfx2/util/sfx.component
@@ -19,7 +19,8 @@
<component loader="com.sun.star.loader.SharedLibrary" environment="@CPPU_ENV@"
prefix="sfx" xmlns="http://openoffice.org/2010/uno-components">
- <implementation name="com.sun.star.comp.sfx2.BackingComp">
+ <implementation name="com.sun.star.comp.sfx2.BackingComp"
+ constructor="com_sun_star_comp_sfx2_BackingComp_get_implementation">
<service name="com.sun.star.frame.StartModule"/>
<service name="com.sun.star.frame.ProtocolHandler"/>
</implementation>