diff options
author | Matúš Kukan <matus.kukan@collabora.com> | 2014-01-09 20:29:20 +0100 |
---|---|---|
committer | Matúš Kukan <matus.kukan@collabora.com> | 2014-01-17 12:25:01 +0100 |
commit | db69bd9187e3aace05803052221b8f8a064051c6 (patch) | |
tree | 02b0ddd5865f0922790e337afefe327eaa4107bc /framework/util | |
parent | af96a6635e47273e107dc9546c48cda68eaa7759 (diff) |
fwk: Use constructor feature for ModuleManager.
Change-Id: Ic0bcec6fffc52ed1ce535f87da933bdf01c6db01
Diffstat (limited to 'framework/util')
-rw-r--r-- | framework/util/fwk.component | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/framework/util/fwk.component b/framework/util/fwk.component index 377ef5e3762c..55739063cc31 100644 --- a/framework/util/fwk.component +++ b/framework/util/fwk.component @@ -66,7 +66,8 @@ <implementation name="com.sun.star.comp.framework.ModuleAcceleratorConfiguration"> <service name="com.sun.star.ui.ModuleAcceleratorConfiguration"/> </implementation> - <implementation name="com.sun.star.comp.framework.ModuleManager"> + <implementation name="com.sun.star.comp.framework.ModuleManager" + constructor="com_sun_star_comp_framework_ModuleManager_get_implementation"> <service name="com.sun.star.frame.ModuleManager"/> </implementation> <implementation name="com.sun.star.comp.framework.ModuleUIConfigurationManager"> |