summaryrefslogtreecommitdiff
path: root/xmloff/source/core
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.com>2019-07-03 21:16:33 +0200
committerMiklos Vajna <vmiklos@collabora.com>2019-07-04 09:03:05 +0200
commit405c4e37b2ddf3afeda5e4bf9f57a3c9dd5eab85 (patch)
tree190febcb620ed2490e527e67f75fe1cf18d7b3f5 /xmloff/source/core
parentaf3b993ebea2f653fabba981d4c22b9aa779b32a (diff)
xmloff: create XMLImportMetaImportOasis instances with an uno constructor
See tdf#74608 for motivation. Change-Id: Iaa42d09df5322e8fb23d96e7ff2c298951684c6c Reviewed-on: https://gerrit.libreoffice.org/75058 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'xmloff/source/core')
-rw-r--r--xmloff/source/core/facreg.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/xmloff/source/core/facreg.cxx b/xmloff/source/core/facreg.cxx
index 6e34f4ef64d2..8a96b89b29e1 100644
--- a/xmloff/source/core/facreg.cxx
+++ b/xmloff/source/core/facreg.cxx
@@ -59,7 +59,6 @@ XMLOFF_DLLPUBLIC void * xo_component_getFactory( const sal_Char * pImplName, voi
// impress oasis import
SINGLEFACTORY( XMLImpressStylesImportOasis )
else SINGLEFACTORY( XMLImpressContentImportOasis )
- else SINGLEFACTORY( XMLImpressMetaImportOasis )
else SINGLEFACTORY( AnimationsImport )