diff options
author | Matúš Kukan <matus.kukan@collabora.com> | 2014-01-14 15:25:10 +0100 |
---|---|---|
committer | Matúš Kukan <matus.kukan@collabora.com> | 2014-01-15 08:51:28 +0100 |
commit | 90a1232fb3a38bcf67ed2b1f195206041bca4174 (patch) | |
tree | 7119ea40f371531e119749608a65176c1f7e6968 /sfx2/util | |
parent | 4337a0664f4fb73f9e1be74f2a632847871da402 (diff) |
sfx: Use constructor feature for SfxMacroLoader.
Extract that class to its own source file.
Change-Id: Idc192354b88d4489db22f6f6e9b7f5178f4030e4
Diffstat (limited to 'sfx2/util')
-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 c5f25150de5e..4d47644c72a6 100644 --- a/sfx2/util/sfx.component +++ b/sfx2/util/sfx.component @@ -66,7 +66,8 @@ <implementation name="com.sun.star.comp.sfx2.PluginObject"> <service name="com.sun.star.frame.SpecialEmbeddedObject"/> </implementation> - <implementation name="com.sun.star.comp.sfx2.SfxMacroLoader"> + <implementation name="com.sun.star.comp.sfx2.SfxMacroLoader" + constructor="com_sun_star_comp_sfx2_SfxMacroLoader_get_implementation"> <service name="com.sun.star.frame.ProtocolHandler"/> </implementation> </component> |