diff options
author | Matúš Kukan <matus.kukan@collabora.com> | 2014-01-22 12:14:20 +0100 |
---|---|---|
committer | Matúš Kukan <matus.kukan@collabora.com> | 2014-01-28 18:52:21 +0100 |
commit | dd1c991bd993c3e0edb8108474f88d94ba6bd2bc (patch) | |
tree | fbb5c434e847f12e8d1a2d1bcb52fa9bf668949b /framework/util | |
parent | 3774a6fd94bfb274cc6b354ad7dadde4fce20113 (diff) |
Introduce com.sun.star.frame.theAutoRecovery singleton.
To replace com.sun.star.frame.AutoRecovery single-instance service,
incorrectly converted in 279859fdbc40f68d8f1649fa5b928d9de49e8d9e
Unfortunately needs a lot of changes in autorecovery.cxx.
Change-Id: Iba5188dffea3e03803236f23e0b3f343746ace90
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 cc977f9c71ee..9c541e114623 100644 --- a/framework/util/fwk.component +++ b/framework/util/fwk.component @@ -29,6 +29,7 @@ <implementation name="com.sun.star.comp.framework.AutoRecovery" constructor="com_sun_star_comp_framework_AutoRecovery_get_implementation"> <service name="com.sun.star.frame.AutoRecovery"/> + <singleton name="com.sun.star.frame.theAutoRecovery"/> </implementation> <implementation name="com.sun.star.comp.framework.ControlMenuController" constructor="com_sun_star_comp_framework_ControlMenuController_get_implementation"> |