diff options
author | Matúš Kukan <matus.kukan@collabora.com> | 2014-02-12 20:01:03 +0100 |
---|---|---|
committer | Matúš Kukan <matus.kukan@collabora.com> | 2014-02-13 11:26:33 +0100 |
commit | ce02519c5c7e43fabe7b0c587e3304d48b795d0f (patch) | |
tree | 08b05553bb91b9182b4a5fb07dca1c650ec2db7e /framework/util | |
parent | 924a415e68cfeb8eda54db3e19f71eafcd2b9b1e (diff) |
Introduce com.sun.star.frame.theDesktop singleton.
Change-Id: I3d269609119149e289652f6bc106e6bd9061672d
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 9d5fbb1a7cc5..3503f74fce7d 100644 --- a/framework/util/fwk.component +++ b/framework/util/fwk.component @@ -38,6 +38,7 @@ </implementation> <implementation name="com.sun.star.comp.framework.Desktop"> <service name="com.sun.star.frame.Desktop"/> + <singleton name="com.sun.star.frame.theDesktop"/> </implementation> <implementation name="com.sun.star.comp.framework.DocumentAcceleratorConfiguration" constructor="com_sun_star_comp_framework_DocumentAcceleratorConfiguration_get_implementation"> |