summaryrefslogtreecommitdiff
path: root/framework/util
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@collabora.com>2014-01-09 20:33:11 +0100
committerMatúš Kukan <matus.kukan@collabora.com>2014-01-18 17:02:39 +0100
commit42fc427d047a263185d89528953f980019ef815f (patch)
treeab6d4bfb87a14b7cfded9acd5ea05582047afb53 /framework/util
parent7dca32d575ab974e5f42f579bdeda21d2e445efe (diff)
fwk: Use constructor feature for ModuleAcceleratorConfiguration.
And avoid css::uno::XInitialization protocol. Change-Id: If4a7987778e2880502bdc7ef2c30792de9377364
Diffstat (limited to 'framework/util')
-rw-r--r--framework/util/fwk.component3
1 files changed, 2 insertions, 1 deletions
diff --git a/framework/util/fwk.component b/framework/util/fwk.component
index 765583a1d9ff..4a8b46884c0b 100644
--- a/framework/util/fwk.component
+++ b/framework/util/fwk.component
@@ -69,7 +69,8 @@
<implementation name="com.sun.star.comp.framework.MenuBarFactory">
<service name="com.sun.star.ui.UIElementFactory"/>
</implementation>
- <implementation name="com.sun.star.comp.framework.ModuleAcceleratorConfiguration">
+ <implementation name="com.sun.star.comp.framework.ModuleAcceleratorConfiguration"
+ constructor="com_sun_star_comp_framework_ModuleAcceleratorConfiguration_get_implementation">
<service name="com.sun.star.ui.ModuleAcceleratorConfiguration"/>
</implementation>
<implementation name="com.sun.star.comp.framework.ModuleManager"