summaryrefslogtreecommitdiff
path: root/xmloff/source/core
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.com>2019-08-28 21:14:06 +0200
committerMiklos Vajna <vmiklos@collabora.com>2019-08-29 09:00:12 +0200
commit95ada3e44b7e52f7545a152278244b99e8340627 (patch)
treebef59598f9ac5dda4c73e2734352381f8f8d406e /xmloff/source/core
parent89df4a82bbed0c2e3a4a8be0b995c4400377628c (diff)
xmloff: create XMLImpressExportOOO instances with an uno constructor
See tdf#74608 for motivation. Change-Id: I44c3ac24c19f4ecd1d0d01a9a686b486f3b35c48 Reviewed-on: https://gerrit.libreoffice.org/78236 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'xmloff/source/core')
-rw-r--r--xmloff/source/core/facreg.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/xmloff/source/core/facreg.cxx b/xmloff/source/core/facreg.cxx
index ad84f7f0aece..f25c4262a477 100644
--- a/xmloff/source/core/facreg.cxx
+++ b/xmloff/source/core/facreg.cxx
@@ -58,9 +58,6 @@ XMLOFF_DLLPUBLIC void * xo_component_getFactory( const sal_Char * pImplName, voi
SINGLEFACTORY( AnimationsImport )
- // impress OOo export
- else SINGLEFACTORY( XMLImpressExportOOO )
-
// draw oasis export
else SINGLEFACTORY( XMLDrawExportOasis )
else SINGLEFACTORY( XMLDrawStylesExportOasis )