diff options
author | Matúš Kukan <matus.kukan@collabora.com> | 2014-01-29 14:23:52 +0100 |
---|---|---|
committer | Matúš Kukan <matus.kukan@collabora.com> | 2014-01-30 10:48:24 +0100 |
commit | b3856b0e096cb5d791fbe8a7d5b6c0319ab546bb (patch) | |
tree | 1ebd46b449e0da8953ff9b8c0a0975febd9ba2a5 /framework/util | |
parent | 823c2b18f14c0fdd817b62e95b13f1c7e0d38a9d (diff) |
Introduce com.sun.star.ui.theWindowContentFactoryManager singleton.
Change-Id: If979db945b2f5e50e146fdadafd1559530c50122
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 f81a53cf7599..cd4014585d71 100644 --- a/framework/util/fwk.component +++ b/framework/util/fwk.component @@ -156,6 +156,7 @@ </implementation> <implementation name="com.sun.star.comp.framework.WindowContentFactoryManager"> <service name="com.sun.star.ui.WindowContentFactoryManager"/> + <singleton name="com.sun.star.ui.theWindowContentFactoryManager"/> </implementation> <implementation name="com.sun.star.comp.framework.WindowStateConfiguration"> <service name="com.sun.star.ui.WindowStateConfiguration"/> |