summaryrefslogtreecommitdiff
path: root/xmloff/source/core
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.com>2019-08-07 20:31:58 +0200
committerMiklos Vajna <vmiklos@collabora.com>2019-08-08 09:31:14 +0200
commit94d78b5a4b4225188b1e5c340a064b657b206372 (patch)
tree6c603404ac534e82df5335965490b1124b2751c7 /xmloff/source/core
parent872487777f901540dffa3a85d48b803bf7dbfd03 (diff)
xmloff: create XMLImpressContentExportOOO instances with an uno constructor
See tdf#74608 for motivation. Change-Id: I8a7367720d50baa95406e5e4d8df718fb3e07ac7 Reviewed-on: https://gerrit.libreoffice.org/77132 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 38d5cfb29ac5..14f0764d5215 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( XMLImpressContentExportOOO )
else SINGLEFACTORY( XMLImpressMetaExportOOO )
else SINGLEFACTORY( XMLImpressSettingsExportOOO )