diff options
author | Matúš Kukan <matus.kukan@collabora.com> | 2014-01-09 20:58:27 +0100 |
---|---|---|
committer | Matúš Kukan <matus.kukan@collabora.com> | 2014-01-18 17:02:37 +0100 |
commit | 7dca32d575ab974e5f42f579bdeda21d2e445efe (patch) | |
tree | 420ffff2d8d6a586c666038f52fa7b2879bc2ec1 /framework/util | |
parent | 72b5343bd16deec540d8cd148cd7aebd74e92c16 (diff) |
fwk: Use constructor feature for DocumentAcceleratorConfiguration.
And avoid css::uno::XInitialization protocol.
Change-Id: I14daf6409bf0d651d7b23246ba3855f647b3d1ef
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 388b2e399e89..765583a1d9ff 100644 --- a/framework/util/fwk.component +++ b/framework/util/fwk.component @@ -36,7 +36,8 @@ <implementation name="com.sun.star.comp.framework.Desktop"> <service name="com.sun.star.frame.Desktop"/> </implementation> - <implementation name="com.sun.star.comp.framework.DocumentAcceleratorConfiguration"> + <implementation name="com.sun.star.comp.framework.DocumentAcceleratorConfiguration" + constructor="com_sun_star_comp_framework_DocumentAcceleratorConfiguration_get_implementation"> <service name="com.sun.star.ui.DocumentAcceleratorConfiguration"/> </implementation> <implementation name="org.apache.openoffice.comp.framework.ContextChangeEventMultiplexer"> |