diff options
author | Thorsten Behrens <Thorsten.Behrens@CIB.de> | 2015-12-18 02:30:18 +0100 |
---|---|---|
committer | Thorsten Behrens <Thorsten.Behrens@CIB.de> | 2015-12-18 01:58:23 +0000 |
commit | 42645fe67cac22e9a96bc4b34c4f85c09185d9d2 (patch) | |
tree | 17212eef1a2c1ad4e671e1a3fc7b9db8d96e683f /sfx2/util | |
parent | 88f3c8f995e04aaecc9c7fefe4fe347e87d5e05e (diff) |
related tdf#96398 pull out more NPAPI-related code
Fixup windows PCH plus pulling out more code now unused due to NPAPI
removal. Follow-up to 4c18af27bf95b332ee2006cfc0bbf469fb1a84d4.
Change-Id: I8ad42a28139ceeab0cae1f608d55beb28c159db3
Reviewed-on: https://gerrit.libreoffice.org/20783
Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Diffstat (limited to 'sfx2/util')
-rw-r--r-- | sfx2/util/sfx.component | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sfx2/util/sfx.component b/sfx2/util/sfx.component index 91002da21f2a..dde8aa0815f0 100644 --- a/sfx2/util/sfx.component +++ b/sfx2/util/sfx.component @@ -78,10 +78,6 @@ constructor="com_sun_star_comp_sfx2_IFrameObject_get_implementation"> <service name="com.sun.star.frame.SpecialEmbeddedObject"/> </implementation> - <implementation name="com.sun.star.comp.sfx2.PluginObject" - constructor="com_sun_star_comp_sfx2_PluginObject_get_implementation"> - <service name="com.sun.star.frame.SpecialEmbeddedObject"/> - </implementation> <implementation name="com.sun.star.comp.sfx2.SfxMacroLoader" constructor="com_sun_star_comp_sfx2_SfxMacroLoader_get_implementation"> <service name="com.sun.star.frame.ProtocolHandler"/> |