summaryrefslogtreecommitdiff
path: root/xmloff/source/core
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.com>2019-06-19 23:01:04 +0200
committerMiklos Vajna <vmiklos@collabora.com>2019-06-20 09:02:58 +0200
commit7c19f35d60ff55faeaea70a5910b612be6446ebf (patch)
tree093b4418eaaa6c9166f16ce730e2e7c08dfc3b41 /xmloff/source/core
parent1fcbab24c610d6308a51649e2fa814cdf8636e26 (diff)
xmloff: create XMLImportSettingsImportOasis instances with an uno constructor
See tdf#74608 for motivation. Change-Id: I3e2afe5184f686180b287078477f095792c9ac12 Reviewed-on: https://gerrit.libreoffice.org/74384 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 289855108c7e..6e34f4ef64d2 100644
--- a/xmloff/source/core/facreg.cxx
+++ b/xmloff/source/core/facreg.cxx
@@ -60,7 +60,6 @@ XMLOFF_DLLPUBLIC void * xo_component_getFactory( const sal_Char * pImplName, voi
SINGLEFACTORY( XMLImpressStylesImportOasis )
else SINGLEFACTORY( XMLImpressContentImportOasis )
else SINGLEFACTORY( XMLImpressMetaImportOasis )
- else SINGLEFACTORY( XMLImpressSettingsImportOasis )
else SINGLEFACTORY( AnimationsImport )