summaryrefslogtreecommitdiff
path: root/xmloff/source/core
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.com>2019-08-21 21:49:19 +0200
committerMiklos Vajna <vmiklos@collabora.com>2019-08-22 09:03:47 +0200
commitf949d8665e83ece5648af0a73a675036067b88e2 (patch)
treede86540a67139b52927664cf532cdc211e66acdb /xmloff/source/core
parent64f03e7bed015ea0626e5218c03078d08257a27f (diff)
xmloff: create XMLImpressSettingsExportOOO instances with an uno constructor
See tdf#74608 for motivation. Change-Id: Iadb687fc4d55a093cef262b1205ca6a4da89bfa3 Reviewed-on: https://gerrit.libreoffice.org/77934 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 a7e1483df906..ad84f7f0aece 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
// impress OOo export
else SINGLEFACTORY( XMLImpressExportOOO )
- else SINGLEFACTORY( XMLImpressSettingsExportOOO )
// draw oasis export
else SINGLEFACTORY( XMLDrawExportOasis )