summaryrefslogtreecommitdiff
path: root/xmloff/Library_xof.mk
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-07-06 11:35:33 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-07-06 18:14:26 +0200
commit358674b87b8d9cd78079fb105aa81b50f4b5029b (patch)
tree52e009fef9d106a3a69fdda510b34195d4cc6c16 /xmloff/Library_xof.mk
parentf4e122a1a7780b0b8b7362d40b2541cde8e5e9e7 (diff)
xmloff/xof: create instances with uno constructors
See tdf#74608 for motivation Also, the following OOO_IMPORTER( XMLMathSettingsImportOOO, "com.sun.star.comp.Math.XMLSettingsImporter", "com.sun.star.comp.Math.XMLOasisSettingsImporter" ) was in the xof.component file, but was not listed in the factory class. I fixed that, but it means we might see some differences in import behaviour when reading math documents Change-Id: I025b800ded28746d19e43b37032a5b37faee9b59 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98198 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'xmloff/Library_xof.mk')
-rw-r--r--xmloff/Library_xof.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/xmloff/Library_xof.mk b/xmloff/Library_xof.mk
index a10776d81127..557935a6efc6 100644
--- a/xmloff/Library_xof.mk
+++ b/xmloff/Library_xof.mk
@@ -85,7 +85,6 @@ $(eval $(call gb_Library_add_exception_objects,xof,\
xmloff/source/transform/TransformerBase \
xmloff/source/transform/TransformerContext \
xmloff/source/transform/TransformerTokenMap \
- xmloff/source/transform/XMLFilterRegistration \
))
# vim: set noet sw=4 ts=4: