diff options
author | Matúš Kukan <matus.kukan@collabora.com> | 2014-01-29 18:58:18 +0100 |
---|---|---|
committer | Matúš Kukan <matus.kukan@collabora.com> | 2014-01-30 10:48:25 +0100 |
commit | 19e16083c61c46a9d014b2db79e70194c14dec64 (patch) | |
tree | 39a4ca4fdee24e34474eab1ed2da0d317d853ab7 /framework/util | |
parent | a8f9feb9c13722509d052583e252e875638aaf1b (diff) |
Introduce com.sun.star.ui.theModuleUIConfigurationManagerSupplier singleton.
Change-Id: I7b503e5d49865c9ff287bf72eaff1995ce871790
Diffstat (limited to 'framework/util')
-rw-r--r-- | framework/util/fwk.component | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/util/fwk.component b/framework/util/fwk.component index 5e9296cd1fef..d8792ecfe8ee 100644 --- a/framework/util/fwk.component +++ b/framework/util/fwk.component @@ -87,6 +87,7 @@ </implementation> <implementation name="com.sun.star.comp.framework.ModuleUIConfigurationManagerSupplier"> <service name="com.sun.star.ui.ModuleUIConfigurationManagerSupplier"/> + <singleton name="com.sun.star.ui.theModuleUIConfigurationManagerSupplier"/> </implementation> <implementation name="com.sun.star.comp.framework.ObjectMenuController" constructor="com_sun_star_comp_framework_ObjectMenuController_get_implementation"> |