diff options
author | Miklos Vajna <vmiklos@collabora.com> | 2020-07-23 20:03:49 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2020-07-24 09:03:22 +0200 |
commit | 8e62e20f1f4da93f84b135d0b221ecd39667b0e4 (patch) | |
tree | d5e3ed391e6df047150e7130f2ab01c16be14770 /xmloff/util | |
parent | a9e4974e113394e0940b2e03ffb718345f5a65c2 (diff) |
xmloff: remove dead com.sun.star.comp.Impress.XMLContentExporter
And test com.sun.star.comp.Impress.XMLOasisContentExporter instead in
JunitTest_xmloff_unoapi. Note that the test code is also dead at the
moment, because xmloff/qa/unoapi/xmloff.sce disables the
xmloff.Impress.XMLContentExporter line, but let's not regress even more
in that code.
Change-Id: I5bbffaf512ea803c9265050cbe587f2e9743f09b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/99336
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'xmloff/util')
-rw-r--r-- | xmloff/util/xo.component | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/xmloff/util/xo.component b/xmloff/util/xo.component index 84c9a4e2fe26..9e84d6f3b382 100644 --- a/xmloff/util/xo.component +++ b/xmloff/util/xo.component @@ -115,10 +115,6 @@ constructor="com_sun_star_comp_Impress_XMLClipboardExporter_get_implementation"> <service name="com.sun.star.comp.Impress.XMLClipboardExporter"/> </implementation> - <implementation name="XMLImpressContentExportOOO" - constructor="com_sun_star_comp_Impress_XMLContentExporter_get_implementation"> - <service name="com.sun.star.comp.Impress.XMLContentExporter"/> - </implementation> <implementation name="XMLImpressContentExportOasis" constructor="com_sun_star_comp_Impress_XMLOasisContentExporter_get_implementation"> <service name="com.sun.star.comp.Impress.XMLOasisContentExporter"/> |