summaryrefslogtreecommitdiff
path: root/framework/util
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@collabora.com>2014-01-09 20:48:08 +0100
committerMatúš Kukan <matus.kukan@collabora.com>2014-01-17 12:25:05 +0100
commit4c016d70043f8fc4709eacbcef496ab0d9b65c15 (patch)
treeff5d17750dcee3d34b5d75c0224f430de3bb3dad /framework/util
parent278880fbd1a9d74be486bf5a2248bfe64c7dc2fc (diff)
fwk: Use constructor feature for GlobalAcceleratorConfiguration.
Change-Id: Ic0268e9841c78e5de646074755e99706adac8d7d
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 aeb8f149568b..9eb753e36d20 100644
--- a/framework/util/fwk.component
+++ b/framework/util/fwk.component
@@ -44,7 +44,8 @@
<implementation name="com.sun.star.comp.framework.Frame">
<service name="com.sun.star.frame.Frame"/>
</implementation>
- <implementation name="com.sun.star.comp.framework.GlobalAcceleratorConfiguration">
+ <implementation name="com.sun.star.comp.framework.GlobalAcceleratorConfiguration"
+ constructor="com_sun_star_comp_framework_GlobalAcceleratorConfiguration_get_implementation">
<service name="com.sun.star.ui.GlobalAcceleratorConfiguration"/>
</implementation>
<implementation name="com.sun.star.comp.framework.ImageManager"