diff options
author | Noel Grandin <noel@peralex.com> | 2013-05-28 10:49:19 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2013-06-03 09:59:59 +0200 |
commit | a8a35e54f506ae22a0ac8f80aa824813260de000 (patch) | |
tree | a4b9e98346c9c579536557f0256abb08908fa5e8 /sfx2/util | |
parent | 515701a1ff18d04ede235bef862c465adf41062f (diff) |
fdo#46808, Convert frame::AppDispatchProvider to new style
The service already existed, it just needed an IDL file.
Change-Id: I9553c8e7c4922f2106bc13034e0cc35669b28b7e
Diffstat (limited to 'sfx2/util')
-rw-r--r-- | sfx2/util/sfx.component | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sfx2/util/sfx.component b/sfx2/util/sfx.component index 567e10a6ed80..05c8c3bbf76e 100644 --- a/sfx2/util/sfx.component +++ b/sfx2/util/sfx.component @@ -41,6 +41,7 @@ </implementation> <implementation name="com.sun.star.comp.sfx2.AppDispatchProvider"> <service name="com.sun.star.frame.ProtocolHandler"/> + <service name="com.sun.star.frame.AppDispatchProvider"/> </implementation> <implementation name="com.sun.star.comp.sfx2.ApplicationDialogLibraryContainer"> <service name="com.sun.star.script.ApplicationDialogLibraryContainer"/> |