diff options
author | Matúš Kukan <matus.kukan@collabora.com> | 2014-01-14 22:12:11 +0100 |
---|---|---|
committer | Matúš Kukan <matus.kukan@collabora.com> | 2014-01-15 08:51:29 +0100 |
commit | 8c6342c25896e515869500f538370de336b123c7 (patch) | |
tree | 06b57730d9abc397e455a7c6a5ac2f2910af31b0 /sfx2/util/sfx.component | |
parent | 90a1232fb3a38bcf67ed2b1f195206041bca4174 (diff) |
sfx: Use constructor feature for SfxAppDispatchProvider.
Change-Id: I2ca8abb284e8441a49c6e96a10cf76b5680e48e2
Diffstat (limited to 'sfx2/util/sfx.component')
-rw-r--r-- | sfx2/util/sfx.component | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sfx2/util/sfx.component b/sfx2/util/sfx.component index 4d47644c72a6..2395b73d5d25 100644 --- a/sfx2/util/sfx.component +++ b/sfx2/util/sfx.component @@ -44,7 +44,8 @@ <service name="com.sun.star.frame.SynchronousFrameLoader"/> <service name="com.sun.star.frame.OfficeFrameLoader"/> </implementation> - <implementation name="com.sun.star.comp.sfx2.AppDispatchProvider"> + <implementation name="com.sun.star.comp.sfx2.AppDispatchProvider" + constructor="com_sun_star_comp_sfx2_AppDispatchProvider_get_implementation"> <service name="com.sun.star.frame.ProtocolHandler"/> <service name="com.sun.star.frame.AppDispatchProvider"/> </implementation> |