diff options
author | Miklos Vajna <vmiklos@collabora.com> | 2020-08-06 21:05:10 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2020-08-07 09:19:58 +0200 |
commit | e87fb75453b26f8f452f4db1130f672a681eaf71 (patch) | |
tree | 0ffdd4822b881feca99919929a4cf4d66ed8bde3 /xmloff/util | |
parent | e66279af801057bee783a465c153d7c11ce04d8e (diff) |
xmloff: remove dead com.sun.star.comp.Impress.XMLSettingsExporter
And test com.sun.star.comp.Impress.XMLOasisSettingsExporter 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.XMLSettingsExporter line, but let's not regress even more
in that code.
Change-Id: Ibca21fddc051253adef40df6f1da584c23b4423d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100269
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 9e84d6f3b382..4ff1cff861c7 100644 --- a/xmloff/util/xo.component +++ b/xmloff/util/xo.component @@ -151,10 +151,6 @@ constructor="com_sun_star_comp_Impress_XMLOasisMetaImporter_get_implementation"> <service name="com.sun.star.comp.Impress.XMLOasisMetaImporter"/> </implementation> - <implementation name="XMLImpressSettingsExportOOO" - constructor="com_sun_star_comp_Impress_XMLSettingsExporter_get_implementation"> - <service name="com.sun.star.comp.Impress.XMLSettingsExporter"/> - </implementation> <implementation name="XMLImpressSettingsExportOasis" constructor="com_sun_star_comp_Impress_XMLOasisSettingsExporter_get_implementation"> <service name="com.sun.star.comp.Impress.XMLOasisSettingsExporter"/> |